Html Css Color HEX #F50A08 Red

📋 copy color: '#F50A08'

red 245 ◦ green 10 ◦ blue 8

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

Shades of Red #F50A08

Tints of Red #F50A08

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.8%

 BLUE value IS 8 (3.52% from 255) = 3.04%

R = 93.16%
G = 3.8%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F50A08 (or 0xF50A08) is known color: Red. HEX triplet: F5, 0A and 08. RGB value is (245,10,8). Sum of RGB (Red+Green+Blue) = 245+10+8=263 (34% of max value = 765). Red value is 245 (96.09% from 255 or 93.16% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 245 - color contains mainly: red. Hex color #F50A08 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50A08 is #0AF5F7. Grayscale: #505050. Windows color (decimal): -718328 or 527093. OLE color: 527093.

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

Color convert

RGB 245 10 8 -
CMYK 0 0.96 0.97 0.04
HSL 0.51º 0.94% 0.5% -
HSV(B) 0.51º 0.97% 0.96% -
XYZ 37.81 19.65 2.03 -
YUV 80.04 87.36 245.66 -
System Red Green Blue C M Y K H S L
Decimal 245 10 8 0 0.96 0.97 0.04 0.51 0.94 0.5
Hex F5 A 8 0 60 61 4 1 5E 32
Octal 365 12 10 0 140 141 4 1 136 62
Binary 11110101 1010 1000 0 1100000 1100001 100 1 1011110 110010

Color Harmonies of #F50A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50A08

Black with #F50A08

Text Example


Text Example

White with #F50A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50A08; }

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

 H1.HeaderClassName
 {
   color: #F50A08;
 }
 .AnyTagClassName
 {
   color: #F50A08;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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