#f24c8c

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

Shades of French Rose #F24C8C

Tints of French Rose #F24C8C

Color information

#F24C8C (or 0xF24C8C) is unknown color: approx French Rose. HEX triplet: F2, 4C and 8C. RGB value is (242,76,140). Sum of RGB (Red+Green+Blue) = 242+76+140=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24C8C is #0DB373. Grayscale: #848484. Windows color (decimal): -897908 or 9194738. OLE color: 9194738.

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

Color convert

RGB24276140-
CMYK00.690.420.05
HSL336.87º86.46%62.35%-
HSV(B)336.87º68.6%94.9%-
XYZ43.9425.9427.5-
YUV132.93132205.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.84%
GREEN value IS 76 (30.08% from 255) = 16.59%
BLUE value IS 140 (55.08% from 255) = 30.57%
R=52.84%
G=16.59%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427614000.690.420.05336.8786.4662.35
HexF24C8C0452A5151563e
Octal362114214010552552112676
Binary11110010100110010001100010001011010101011010100011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f24c8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f24c8c; }

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

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

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

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

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

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

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

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