#f24887

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

Shades of French Rose #F24887

Tints of French Rose #F24887

Color information

#F24887 (or 0xF24887) is unknown color: approx French Rose. HEX triplet: F2, 48 and 87. RGB value is (242,72,135). Sum of RGB (Red+Green+Blue) = 242+72+135=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F24887 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24887 is #0DB778. Grayscale: #818181. Windows color (decimal): -898937 or 8866034. OLE color: 8866034.

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

Color convert

RGB24272135-
CMYK00.700.440.05
HSL337.76º86.73%61.57%-
HSV(B)337.76º70.25%94.9%-
XYZ43.3125.2625.51-
YUV130.01130.82207.88-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.90%
GREEN value IS 72 (28.52% from 255) = 16.04%
BLUE value IS 135 (53.12% from 255) = 30.07%
R=53.90%
G=16.04%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427213500.700.440.05337.7686.7361.57
HexF248870462C5152573e
Octal362110207010654552212776
Binary11110010100100010000111010001101011001011010100101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f24887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f24887; }

 p { color: rgb(242,72,135); }

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

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

 a { background-color: rgb(242,72,135); }

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

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

 span { border-color: rgb(242,72,135); }

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