#F24F5F

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

Shades of Radical Red #F24F5F

Tints of Radical Red #F24F5F

Color information

#F24F5F (or 0xF24F5F) is unknown color: approx Radical Red. HEX triplet: F2, 4F and 5F. RGB value is (242,79,95). Sum of RGB (Red+Green+Blue) = 242+79+95=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24F5F is #0DB0A0. Grayscale: #818181. Windows color (decimal): -897185 or 6246386. OLE color: 6246386.

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

Color convert

RGB2427995-
CMYK00.670.610.05
HSL354.11º86.24%62.94%-
HSV(B)354.11º67.36%94.9%-
XYZ41.4825.313.52-
YUV129.56108.5208.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 58.17%
GREEN value IS 79 (31.25% from 255) = 18.99%
BLUE value IS 95 (37.5% from 255) = 22.84%
R=58.17%
G=18.99%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242799500.670.610.05354.1186.2462.94
HexF24F5F0433D5162563f
Octal362117137010375554212677
Binary1111001010011111011111010000111111011011011000101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24F5F; }

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

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

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

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

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

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

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

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