#F24996

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

Shades of French Rose #F24996

Tints of French Rose #F24996

Color information

#F24996 (or 0xF24996) is unknown color: approx French Rose. HEX triplet: F2, 49 and 96. RGB value is (242,73,150). Sum of RGB (Red+Green+Blue) = 242+73+150=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F24996 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24996 is #0DB669. Grayscale: #848484. Windows color (decimal): -898666 or 9849330. OLE color: 9849330.

HSL color Cylindrical-coordinate representation of color #F24996: hue angle of 332.66º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F24996 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB24273150-
CMYK00.700.380.05
HSL332.66º86.67%61.76%-
HSV(B)332.66º69.83%94.9%-
XYZ44.5125.8431.5-
YUV132.31137.99206.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.04%
GREEN value IS 73 (28.91% from 255) = 15.70%
BLUE value IS 150 (58.98% from 255) = 32.26%
R=52.04%
G=15.70%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427315000.700.380.05332.6686.6761.76
HexF2499604626514d573e
Octal362111226010646551512776
Binary11110010100100110010110010001101001101011010011011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24996; }

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

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

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

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

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

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

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

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