#F24B80

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

Shades of French Rose #F24B80

Tints of French Rose #F24B80

Color information

#F24B80 (or 0xF24B80) is unknown color: approx French Rose. HEX triplet: F2, 4B and 80. RGB value is (242,75,128). Sum of RGB (Red+Green+Blue) = 242+75+128=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F24B80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24B80 is #0DB47F. Grayscale: #828282. Windows color (decimal): -898176 or 8408050. OLE color: 8408050.

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

Color convert

RGB24275128-
CMYK00.690.470.05
HSL340.96º86.53%62.16%-
HSV(B)340.96º69.01%94.9%-
XYZ43.0325.4723.07-
YUV130.98126.33207.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.38%
GREEN value IS 75 (29.69% from 255) = 16.85%
BLUE value IS 128 (50.39% from 255) = 28.76%
R=54.38%
G=16.85%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427512800.690.470.05340.9686.5362.16
HexF24B800452F5155573e
Octal362113200010557552512776
Binary11110010100101110000000010001011011111011010101011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24B80; }

 p { color: rgb(242,75,128); }

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

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

 a { background-color: rgb(242,75,128); }

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

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

 span { border-color: rgb(242,75,128); }

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