#F24F5B

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

Shades of Radical Red #F24F5B

Tints of Radical Red #F24F5B

Color information

#F24F5B (or 0xF24F5B) is unknown color: approx Radical Red. HEX triplet: F2, 4F and 5B. RGB value is (242,79,91). Sum of RGB (Red+Green+Blue) = 242+79+91=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24F5B is #0DB0A4. Grayscale: #818181. Windows color (decimal): -897189 or 5984242. OLE color: 5984242.

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

Color convert

RGB2427991-
CMYK00.670.620.05
HSL355.58º86.24%62.94%-
HSV(B)355.58º67.36%94.9%-
XYZ41.325.2212.59-
YUV129.1106.5208.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 58.74%
GREEN value IS 79 (31.25% from 255) = 19.17%
BLUE value IS 91 (35.94% from 255) = 22.09%
R=58.74%
G=19.17%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242799100.670.620.05355.5886.2462.94
HexF24F5B0433E5164563f
Octal362117133010376554412677
Binary1111001010011111011011010000111111101011011001001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24F5B; }

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

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

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

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

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

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

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

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