#F24F50

Color #F24F50 Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #F24F50

Tints of Radical Red #F24F50

Color information

#F24F50 (or 0xF24F50) is unknown color: approx Radical Red. HEX triplet: F2, 4F and 50. RGB value is (242,79,80). Sum of RGB (Red+Green+Blue) = 242+79+80=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24F50 is #0DB0AF. Grayscale: #808080. Windows color (decimal): -897200 or 5263346. OLE color: 5263346.

HSL color Cylindrical-coordinate representation of color #F24F50: hue angle of 359.63º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F24F50 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB2427980-
CMYK00.670.670.05
HSL359.63º86.24%62.94%-
HSV(B)359.63º67.36%94.9%-
XYZ40.8625.0510.27-
YUV127.85101209.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.35%
GREEN value IS 79 (31.25% from 255) = 19.70%
BLUE value IS 80 (31.64% from 255) = 19.95%
R=60.35%
G=19.70%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242798000.670.670.05359.6386.2462.94
HexF24F50043435168563f
Octal3621171200103103555012677
Binary11110010100111110100000100001110000111011011010001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24F50; }

 p { color: rgb(242,79,80); }

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

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

 a { background-color: rgb(242,79,80); }

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

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

 span { border-color: rgb(242,79,80); }

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