#F24C54

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

Shades of Radical Red #F24C54

Tints of Radical Red #F24C54

Color information

#F24C54 (or 0xF24C54) is unknown color: approx Radical Red. HEX triplet: F2, 4C and 54. RGB value is (242,76,84). Sum of RGB (Red+Green+Blue) = 242+76+84=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24C54 is #0DB3AB. Grayscale: #7E7E7E. Windows color (decimal): -897964 or 5524722. OLE color: 5524722.

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

Color convert

RGB2427684-
CMYK00.690.650.05
HSL357.11º86.46%62.35%-
HSV(B)357.11º68.6%94.9%-
XYZ40.824.6911-
YUV126.55104210.35-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.20%
GREEN value IS 76 (30.08% from 255) = 18.91%
BLUE value IS 84 (33.20% from 255) = 20.90%
R=60.20%
G=18.91%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242768400.690.650.05357.1186.4662.35
HexF24C54045415165563e
Octal3621141240105101554512676
Binary11110010100110010101000100010110000011011011001011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24C54; }

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

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

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

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

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

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

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

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