Html Css Color HEX #F50E0A Red

📋 copy color: '#F50E0A'

red 245 ◦ green 14 ◦ blue 10

#F50E0A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red #F50E0A

Tints of Red #F50E0A

RGB

 RED value IS 245 (96.09% from 255) = 91.08%

 GREEN value IS 14 (5.86% from 255) = 5.2%

 BLUE value IS 10 (4.3% from 255) = 3.72%

R = 91.08%
G = 5.2%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F50E0A (or 0xF50E0A) is known color: 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

RGB 245 14 10 -
CMYK 0 0.94 0.96 0.04
HSL 1.02º 0.92% 0.5% -
HSV(B) 1.02º 0.96% 0.96% -
XYZ 37.87 19.75 2.1 -
YUV 82.61 87.03 243.83 -
System Red Green Blue C M Y K H S L
Decimal 245 14 10 0 0.94 0.96 0.04 1.02 0.92 0.5
Hex F5 E A 0 5E 60 4 1 5C 32
Octal 365 16 12 0 136 140 4 1 134 62
Binary 11110101 1110 1010 0 1011110 1100000 100 1 1011100 110010

Color Harmonies of #F50E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50E0A

Black with #F50E0A

Text Example


Text Example

White with #F50E0A

Text Example


Text Example

HTML Codes & Css Web 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>