#F34C88

Color #F34C88 French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #F34C88

Tints of French Rose #F34C88

Color information

#F34C88 (or 0xF34C88) is unknown color: approx French Rose. HEX triplet: F3, 4C and 88. RGB value is (243,76,136). Sum of RGB (Red+Green+Blue) = 243+76+136=455 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.41% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34C88 is #0CB377. Grayscale: #848484. Windows color (decimal): -832376 or 8932595. OLE color: 8932595.

HSL color Cylindrical-coordinate representation of color #F34C88: hue angle of 338.44º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F34C88 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB24376136-
CMYK00.690.440.05
HSL338.44º87.43%62.55%-
HSV(B)338.44º68.72%95.29%-
XYZ43.992625.99-
YUV132.77129.83206.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 53.41%
GREEN value IS 76 (30.08% from 255) = 16.70%
BLUE value IS 136 (53.52% from 255) = 29.89%
R=53.41%
G=16.70%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437613600.690.440.05338.4487.4362.55
HexF34C880452C5152573f
Octal363114210010554552212777
Binary11110011100110010001000010001011011001011010100101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34C88; }

 p { color: rgb(243,76,136); }

 H1.HeaderClassName
 {
   color: #F34C88;
 }
 .AnyTagClassName
 {
   color: #F34C88;
 }
</style>
background-color css

<style>
 a { background-color: #F34C88; }

 a { background-color: rgb(243,76,136); }

 div.DivClassName
 {
   background-color: #F34C88;
 }
 .BgClassName
 {
   background-color: #F34C88;
 }
</style>
border-color css

<style>
 span { border-color: #F34C88; }

 span { border-color: rgb(243,76,136); }

 td.TdClassName
 {
   border-color: #F34C88;
 }
 .TagClassName
 {
   border-color: #F34C88;
 }
</style>