#F24C53

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

Shades of Radical Red #F24C53

Tints of Radical Red #F24C53

Color information

#F24C53 (or 0xF24C53) is unknown color: approx Radical Red. HEX triplet: F2, 4C and 53. RGB value is (242,76,83). Sum of RGB (Red+Green+Blue) = 242+76+83=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24C53 is #0DB3AC. Grayscale: #7E7E7E. Windows color (decimal): -897965 or 5459186. OLE color: 5459186.

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

Color convert

RGB2427683-
CMYK00.690.660.05
HSL357.47º86.46%62.35%-
HSV(B)357.47º68.6%94.9%-
XYZ40.7624.6710.8-
YUV126.43103.5210.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.35%
GREEN value IS 76 (30.08% from 255) = 18.95%
BLUE value IS 83 (32.81% from 255) = 20.70%
R=60.35%
G=18.95%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242768300.690.660.05357.4786.4662.35
HexF24C53045425165563e
Octal3621141230105102554512676
Binary11110010100110010100110100010110000101011011001011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24C53; }

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

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

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

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

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

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

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

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