#F24F53

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

Shades of Radical Red #F24F53

Tints of Radical Red #F24F53

Color information

#F24F53 (or 0xF24F53) is unknown color: approx Radical Red. HEX triplet: F2, 4F and 53. RGB value is (242,79,83). Sum of RGB (Red+Green+Blue) = 242+79+83=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24F53 is #0DB0AC. Grayscale: #808080. Windows color (decimal): -897197 or 5459954. OLE color: 5459954.

HSL color Cylindrical-coordinate representation of color #F24F53: hue angle of 358.53º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F24F53 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB2427983-
CMYK00.670.660.05
HSL358.53º86.24%62.94%-
HSV(B)358.53º67.36%94.9%-
XYZ40.9825.0910.87-
YUV128.19102.5209.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 59.90%
GREEN value IS 79 (31.25% from 255) = 19.55%
BLUE value IS 83 (32.81% from 255) = 20.54%
R=59.90%
G=19.55%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242798300.670.660.05358.5386.2462.94
HexF24F53043425167563f
Octal3621171230103102554712677
Binary11110010100111110100110100001110000101011011001111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24F53; }

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

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

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

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

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

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

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

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