#F24D8A

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

Shades of French Rose #F24D8A

Tints of French Rose #F24D8A

Color information

#F24D8A (or 0xF24D8A) is unknown color: approx French Rose. HEX triplet: F2, 4D and 8A. RGB value is (242,77,138). Sum of RGB (Red+Green+Blue) = 242+77+138=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24D8A is #0DB275. Grayscale: #858585. Windows color (decimal): -897654 or 9063922. OLE color: 9063922.

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

Color convert

RGB24277138-
CMYK00.680.430.05
HSL337.82º86.39%62.55%-
HSV(B)337.82º68.18%94.9%-
XYZ43.8626.0226.76-
YUV133.29130.66205.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.95%
GREEN value IS 77 (30.47% from 255) = 16.85%
BLUE value IS 138 (54.30% from 255) = 30.20%
R=52.95%
G=16.85%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427713800.680.430.05337.8286.3962.55
HexF24D8A0442B5152563f
Octal362115212010453552212677
Binary11110010100110110001010010001001010111011010100101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24D8A; }

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

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

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

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

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

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

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

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