#F24D81

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

Shades of French Rose #F24D81

Tints of French Rose #F24D81

Color information

#F24D81 (or 0xF24D81) is unknown color: approx French Rose. HEX triplet: F2, 4D and 81. RGB value is (242,77,129). Sum of RGB (Red+Green+Blue) = 242+77+129=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24D81 is #0DB27E. Grayscale: #848484. Windows color (decimal): -897663 or 8474098. OLE color: 8474098.

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

Color convert

RGB24277129-
CMYK00.680.470.05
HSL341.09º86.39%62.55%-
HSV(B)341.09º68.18%94.9%-
XYZ43.2325.7723.46-
YUV132.26126.16206.27-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.02%
GREEN value IS 77 (30.47% from 255) = 17.19%
BLUE value IS 129 (50.78% from 255) = 28.79%
R=54.02%
G=17.19%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427712900.680.470.05341.0986.3962.55
HexF24D810442F5155563f
Octal362115201010457552512677
Binary11110010100110110000001010001001011111011010101011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24D81; }

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

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

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

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

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

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

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

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