Html Css Color HEX #F50F08 Red

📋 copy color: '#F50F08'

red 245 ◦ green 15 ◦ blue 8

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

Shades of Red #F50F08

Tints of Red #F50F08

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.6%

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

R = 91.42%
G = 5.6%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F50F08 (or 0xF50F08) is known color: Red. HEX triplet: F5, 0F and 08. RGB value is (245,15,8). Sum of RGB (Red+Green+Blue) = 245+15+8=268 (35% of max value = 765). Red value is 245 (96.09% from 255 or 91.42% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 245 - color contains mainly: red. Hex color #F50F08 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50F08 is #0AF0F7. Grayscale: #535353. Windows color (decimal): -717048 or 528373. OLE color: 528373.

HSL color Cylindrical-coordinate representation of color #F50F08: hue angle of 1.77º 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 #F50F08 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 15 8 -
CMYK 0 0.94 0.97 0.04
HSL 1.77º 0.94% 0.5% -
HSV(B) 1.77º 0.97% 0.96% -
XYZ 37.87 19.77 2.05 -
YUV 82.97 85.7 243.57 -
System Red Green Blue C M Y K H S L
Decimal 245 15 8 0 0.94 0.97 0.04 1.77 0.94 0.5
Hex F5 F 8 0 5E 61 4 2 5E 32
Octal 365 17 10 0 136 141 4 2 136 62
Binary 11110101 1111 1000 0 1011110 1100001 100 10 1011110 110010

Color Harmonies of #F50F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50F08

Black with #F50F08

Text Example


Text Example

White with #F50F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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