#F24D4F

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

Shades of Radical Red #F24D4F

Tints of Radical Red #F24D4F

Color information

#F24D4F (or 0xF24D4F) is unknown color: approx Radical Red. HEX triplet: F2, 4D and 4F. RGB value is (242,77,79). Sum of RGB (Red+Green+Blue) = 242+77+79=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24D4F is #0DB2B0. Grayscale: #7E7E7E. Windows color (decimal): -897713 or 5197298. OLE color: 5197298.

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

Color convert

RGB2427779-
CMYK00.680.670.05
HSL359.27º86.39%62.55%-
HSV(B)359.27º68.18%94.9%-
XYZ40.6824.7510.03-
YUV126.56101.16210.34-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.80%
GREEN value IS 77 (30.47% from 255) = 19.35%
BLUE value IS 79 (31.25% from 255) = 19.85%
R=60.80%
G=19.35%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242777900.680.670.05359.2786.3962.55
HexF24D4F044435167563f
Octal3621151170104103554712677
Binary11110010100110110011110100010010000111011011001111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24D4F; }

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

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

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

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

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

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

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

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