#F24A56

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

Shades of Radical Red #F24A56

Tints of Radical Red #F24A56

Color information

#F24A56 (or 0xF24A56) is unknown color: approx Radical Red. HEX triplet: F2, 4A and 56. RGB value is (242,74,86). Sum of RGB (Red+Green+Blue) = 242+74+86=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F24A56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24A56 is #0DB5A9. Grayscale: #7D7D7D. Windows color (decimal): -898474 or 5655282. OLE color: 5655282.

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

Color convert

RGB2427486-
CMYK00.690.640.05
HSL355.71º86.6%61.96%-
HSV(B)355.71º69.42%94.9%-
XYZ40.7524.4511.38-
YUV125.6105.66211.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.20%
GREEN value IS 74 (29.30% from 255) = 18.41%
BLUE value IS 86 (33.98% from 255) = 21.39%
R=60.20%
G=18.41%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242748600.690.640.05355.7186.661.96
HexF24A56045405164573e
Octal3621121260105100554412776
Binary11110010100101010101100100010110000001011011001001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24A56; }

 p { color: rgb(242,74,86); }

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

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

 a { background-color: rgb(242,74,86); }

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

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

 span { border-color: rgb(242,74,86); }

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