#F24D96

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

Shades of French Rose #F24D96

Tints of French Rose #F24D96

Color information

#F24D96 (or 0xF24D96) is unknown color: approx French Rose. HEX triplet: F2, 4D and 96. RGB value is (242,77,150). Sum of RGB (Red+Green+Blue) = 242+77+150=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24D96 is #0DB269. Grayscale: #868686. Windows color (decimal): -897642 or 9850354. OLE color: 9850354.

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

Color convert

RGB24277150-
CMYK00.680.380.05
HSL333.45º86.39%62.55%-
HSV(B)333.45º68.18%94.9%-
XYZ44.7826.3931.59-
YUV134.66136.66204.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.60%
GREEN value IS 77 (30.47% from 255) = 16.42%
BLUE value IS 150 (58.98% from 255) = 31.98%
R=51.60%
G=16.42%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427715000.680.380.05333.4586.3962.55
HexF24D9604426514d563f
Octal362115226010446551512677
Binary11110010100110110010110010001001001101011010011011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24D96; }

 p { color: rgb(242,77,150); }

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

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

 a { background-color: rgb(242,77,150); }

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

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

 span { border-color: rgb(242,77,150); }

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