#F0494A

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

Shades of Radical Red #F0494A

Tints of Radical Red #F0494A

Color information

#F0494A (or 0xF0494A) is unknown color: approx Radical Red. HEX triplet: F0, 49 and 4A. RGB value is (240,73,74). Sum of RGB (Red+Green+Blue) = 240+73+74=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F0494A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0494A is #0FB6B5. Grayscale: #7B7B7B. Windows color (decimal): -1029814 or 4868592. OLE color: 4868592.

HSL color Cylindrical-coordinate representation of color #F0494A: hue angle of 359.64º 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 #F0494A is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB2407374-
CMYK00.700.690.06
HSL359.64º84.77%61.37%-
HSV(B)359.64º69.58%94.12%-
XYZ39.5523.788.98-
YUV123.05100.33211.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 62.02%
GREEN value IS 73 (28.91% from 255) = 18.86%
BLUE value IS 74 (29.30% from 255) = 19.12%
R=62.02%
G=18.86%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240737400.700.690.06359.6484.7761.37
HexF0494A046456168553d
Octal3601111120106105655012575
Binary11110000100100110010100100011010001011101011010001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0494A; }

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

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

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

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

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

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

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

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