#F24C51

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

Shades of Radical Red #F24C51

Tints of Radical Red #F24C51

Color information

#F24C51 (or 0xF24C51) is unknown color: approx Radical Red. HEX triplet: F2, 4C and 51. RGB value is (242,76,81). Sum of RGB (Red+Green+Blue) = 242+76+81=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24C51 is #0DB3AE. Grayscale: #7E7E7E. Windows color (decimal): -897967 or 5328114. OLE color: 5328114.

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

Color convert

RGB2427681-
CMYK00.690.670.05
HSL358.19º86.46%62.35%-
HSV(B)358.19º68.6%94.9%-
XYZ40.6924.6410.4-
YUV126.2102.5210.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.65%
GREEN value IS 76 (30.08% from 255) = 19.05%
BLUE value IS 81 (32.03% from 255) = 20.30%
R=60.65%
G=19.05%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242768100.690.670.05358.1986.4662.35
HexF24C51045435166563e
Octal3621141210105103554612676
Binary11110010100110010100010100010110000111011011001101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24C51; }

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

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

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

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

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

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

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

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