#F50E0A

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

Shades of Red #F50E0A

Tints of Red #F50E0A

Color information

#F50E0A (or 0xF50E0A) is unknown color: approx Red. HEX triplet: F5, 0E and 0A. RGB value is (245,14,10). Sum of RGB (Red+Green+Blue) = 245+14+10=269 (35% of max value = 765). Red value is 245 (96.09% from 255 or 91.08% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 245 - color contains mainly: red. Hex color #F50E0A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50E0A is #0AF1F5. Grayscale: #525252. Windows color (decimal): -717302 or 659189. OLE color: 659189.

HSL color Cylindrical-coordinate representation of color #F50E0A: hue angle of 1.02º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50E0A is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB2451410-
CMYK00.940.960.04
HSL1.02º92.16%50%-
HSV(B)1.02º95.92%96.08%-
XYZ37.8719.752.1-
YUV82.6187.03243.83-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 91.08%
GREEN value IS 14 (5.86% from 255) = 5.20%
BLUE value IS 10 (4.30% from 255) = 3.72%
R=91.08%
G=5.20%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245141000.940.960.041.0292.1650
HexF5EA05E60415c32
Octal365161201361404113462
Binary111101011110101001011110110000010011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F50E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F50E0A; }

 p { color: rgb(245,14,10); }

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

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

 a { background-color: rgb(245,14,10); }

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

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

 span { border-color: rgb(245,14,10); }

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