#F24256

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

Shades of Radical Red #F24256

Tints of Radical Red #F24256

Color information

#F24256 (or 0xF24256) is unknown color: approx Radical Red. HEX triplet: F2, 42 and 56. RGB value is (242,66,86). Sum of RGB (Red+Green+Blue) = 242+66+86=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F24256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24256 is #0DBDA9. Grayscale: #797979. Windows color (decimal): -900522 or 5653234. OLE color: 5653234.

HSL color Cylindrical-coordinate representation of color #F24256: hue angle of 353.18º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F24256 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB2426686-
CMYK00.730.640.05
HSL353.18º87.13%60.39%-
HSV(B)353.18º72.73%94.9%-
XYZ40.2523.4511.21-
YUV120.9108.31214.37-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.42%
GREEN value IS 66 (26.17% from 255) = 16.75%
BLUE value IS 86 (33.98% from 255) = 21.83%
R=61.42%
G=16.75%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242668600.730.640.05353.1887.1360.39
HexF24256049405161573c
Octal3621021260111100554112774
Binary11110010100001010101100100100110000001011011000011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24256; }

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

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

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

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

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

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

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

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