#F24C55

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

Shades of Radical Red #F24C55

Tints of Radical Red #F24C55

Color information

#F24C55 (or 0xF24C55) is unknown color: approx Radical Red. HEX triplet: F2, 4C and 55. RGB value is (242,76,85). Sum of RGB (Red+Green+Blue) = 242+76+85=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24C55 is #0DB3AA. Grayscale: #7E7E7E. Windows color (decimal): -897963 or 5590258. OLE color: 5590258.

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

Color convert

RGB2427685-
CMYK00.690.650.05
HSL356.75º86.46%62.35%-
HSV(B)356.75º68.6%94.9%-
XYZ40.8424.711.21-
YUV126.66104.5210.27-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.05%
GREEN value IS 76 (30.08% from 255) = 18.86%
BLUE value IS 85 (33.59% from 255) = 21.09%
R=60.05%
G=18.86%
B=21.09%

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
Decimal242768500.690.650.05356.7586.4662.35
HexF24C55045415165563e
Octal3621141250105101554512676
Binary11110010100110010101010100010110000011011011001011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24C55; }

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

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

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

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

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

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

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

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