#F24D88

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

Shades of French Rose #F24D88

Tints of French Rose #F24D88

Color information

#F24D88 (or 0xF24D88) is unknown color: approx French Rose. HEX triplet: F2, 4D and 88. RGB value is (242,77,136). Sum of RGB (Red+Green+Blue) = 242+77+136=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24D88 is #0DB277. Grayscale: #848484. Windows color (decimal): -897656 or 8932850. OLE color: 8932850.

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

Color convert

RGB24277136-
CMYK00.680.440.05
HSL338.55º86.39%62.55%-
HSV(B)338.55º68.18%94.9%-
XYZ43.7225.9626-
YUV133.06129.66205.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.19%
GREEN value IS 77 (30.47% from 255) = 16.92%
BLUE value IS 136 (53.52% from 255) = 29.89%
R=53.19%
G=16.92%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427713600.680.440.05338.5586.3962.55
HexF24D880442C5153563f
Octal362115210010454552312677
Binary11110010100110110001000010001001011001011010100111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24D88; }

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

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

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

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

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

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

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

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