#F24D95

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

Shades of French Rose #F24D95

Tints of French Rose #F24D95

Color information

#F24D95 (or 0xF24D95) is unknown color: approx French Rose. HEX triplet: F2, 4D and 95. RGB value is (242,77,149). Sum of RGB (Red+Green+Blue) = 242+77+149=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24D95 is #0DB26A. Grayscale: #868686. Windows color (decimal): -897643 or 9784818. OLE color: 9784818.

HSL color Cylindrical-coordinate representation of color #F24D95: hue angle of 333.82º 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 #F24D95 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB24277149-
CMYK00.680.380.05
HSL333.82º86.39%62.55%-
HSV(B)333.82º68.18%94.9%-
XYZ44.726.3531.17-
YUV134.54136.16204.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.71%
GREEN value IS 77 (30.47% from 255) = 16.45%
BLUE value IS 149 (58.59% from 255) = 31.84%
R=51.71%
G=16.45%
B=31.84%

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
Decimal2427714900.680.380.05333.8286.3962.55
HexF24D9504426514e563f
Octal362115225010446551612677
Binary11110010100110110010101010001001001101011010011101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24D95; }

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

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

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

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

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

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

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

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