#F24A92

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

Shades of French Rose #F24A92

Tints of French Rose #F24A92

Color information

#F24A92 (or 0xF24A92) is unknown color: approx French Rose. HEX triplet: F2, 4A and 92. RGB value is (242,74,146). Sum of RGB (Red+Green+Blue) = 242+74+146=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F24A92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24A92 is #0DB56D. Grayscale: #848484. Windows color (decimal): -898414 or 9587442. OLE color: 9587442.

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

Color convert

RGB24274146-
CMYK00.690.400.05
HSL334.29º86.6%61.96%-
HSV(B)334.29º69.42%94.9%-
XYZ44.2625.8529.85-
YUV132.44135.66206.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.38%
GREEN value IS 74 (29.30% from 255) = 16.02%
BLUE value IS 146 (57.42% from 255) = 31.60%
R=52.38%
G=16.02%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427414600.690.400.05334.2986.661.96
HexF24A9204528514e573e
Octal362112222010550551612776
Binary11110010100101010010010010001011010001011010011101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24A92; }

 p { color: rgb(242,74,146); }

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

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

 a { background-color: rgb(242,74,146); }

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

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

 span { border-color: rgb(242,74,146); }

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