#F24998

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

Shades of French Rose #F24998

Tints of French Rose #F24998

Color information

#F24998 (or 0xF24998) is unknown color: approx French Rose. HEX triplet: F2, 49 and 98. RGB value is (242,73,152). Sum of RGB (Red+Green+Blue) = 242+73+152=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F24998 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24998 is #0DB667. Grayscale: #848484. Windows color (decimal): -898664 or 9980402. OLE color: 9980402.

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

Color convert

RGB24273152-
CMYK00.700.370.05
HSL331.95º86.67%61.76%-
HSV(B)331.95º69.83%94.9%-
XYZ44.6725.9132.35-
YUV132.54138.99206.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.82%
GREEN value IS 73 (28.91% from 255) = 15.63%
BLUE value IS 152 (59.77% from 255) = 32.55%
R=51.82%
G=15.63%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427315200.700.370.05331.9586.6761.76
HexF2499804625514c573e
Octal362111230010645551412776
Binary11110010100100110011000010001101001011011010011001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24998; }

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

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

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

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

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

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

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

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