#F24C85

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

Shades of French Rose #F24C85

Tints of French Rose #F24C85

Color information

#F24C85 (or 0xF24C85) is unknown color: approx French Rose. HEX triplet: F2, 4C and 85. RGB value is (242,76,133). Sum of RGB (Red+Green+Blue) = 242+76+133=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24C85 is #0DB37A. Grayscale: #848484. Windows color (decimal): -897915 or 8735986. OLE color: 8735986.

HSL color Cylindrical-coordinate representation of color #F24C85: hue angle of 339.4º degrees, saturation: 0.86, 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 #F24C85 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB24276133-
CMYK00.690.450.05
HSL339.4º86.46%62.35%-
HSV(B)339.4º68.6%94.9%-
XYZ43.4425.7424.87-
YUV132.13128.5206.37-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.66%
GREEN value IS 76 (30.08% from 255) = 16.85%
BLUE value IS 133 (52.34% from 255) = 29.49%
R=53.66%
G=16.85%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427613300.690.450.05339.486.4662.35
HexF24C850452D5153563e
Octal362114205010555552312676
Binary11110010100110010000101010001011011011011010100111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24C85; }

 p { color: rgb(242,76,133); }

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

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

 a { background-color: rgb(242,76,133); }

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

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

 span { border-color: rgb(242,76,133); }

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