#F04951

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

Shades of Radical Red #F04951

Tints of Radical Red #F04951

Color information

#F04951 (or 0xF04951) is unknown color: approx Radical Red. HEX triplet: F0, 49 and 51. RGB value is (240,73,81). Sum of RGB (Red+Green+Blue) = 240+73+81=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F04951 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04951 is #0FB6AE. Grayscale: #7B7B7B. Windows color (decimal): -1029807 or 5327344. OLE color: 5327344.

HSL color Cylindrical-coordinate representation of color #F04951: hue angle of 357.13º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F04951 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB2407381-
CMYK00.700.660.06
HSL357.13º84.77%61.37%-
HSV(B)357.13º69.58%94.12%-
XYZ39.823.8810.3-
YUV123.84103.83210.85-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 60.91%
GREEN value IS 73 (28.91% from 255) = 18.53%
BLUE value IS 81 (32.03% from 255) = 20.56%
R=60.91%
G=18.53%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240738100.700.660.06357.1384.7761.37
HexF04951046426165553d
Octal3601111210106102654512575
Binary11110000100100110100010100011010000101101011001011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04951; }

 p { color: rgb(240,73,81); }

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

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

 a { background-color: rgb(240,73,81); }

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

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

 span { border-color: rgb(240,73,81); }

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