Html Css Color HEX #F80904 Red

📋 copy color: '#F80904'

red 248 ◦ green 9 ◦ blue 4

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

Shades of Red #F80904

Tints of Red #F80904

RGB

 RED value IS 248 (97.27% from 255) = 95.02%

 GREEN value IS 9 (3.91% from 255) = 3.45%

 BLUE value IS 4 (1.95% from 255) = 1.53%

R = 95.02%
G = 3.45%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F80904 (or 0xF80904) is known color: Red. HEX triplet: F8, 09 and 04. RGB value is (248,9,4). Sum of RGB (Red+Green+Blue) = 248+9+4=261 (34% of max value = 765). Red value is 248 (97.27% from 255 or 95.02% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 248 - color contains mainly: red. Hex color #F80904 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80904 is #07F6FB. Grayscale: #505050. Windows color (decimal): -521980 or 264696. OLE color: 264696.

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

Color convert

RGB 248 9 4 -
CMYK 0 0.96 0.98 0.03
HSL 1.23º 0.97% 0.49% -
HSV(B) 1.23º 0.98% 0.97% -
XYZ 38.83 20.16 1.96 -
YUV 79.89 85.18 247.91 -
System Red Green Blue C M Y K H S L
Decimal 248 9 4 0 0.96 0.98 0.03 1.23 0.97 0.49
Hex F8 9 4 0 60 62 3 1 61 31
Octal 370 11 4 0 140 142 3 1 141 61
Binary 11111000 1001 100 0 1100000 1100010 11 1 1100001 110001

Color Harmonies of #F80904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80904

Black with #F80904

Text Example


Text Example

White with #F80904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80904; }

 p { color: rgb(248,9,4); }

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

background-color css

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

 a { background-color: rgb(248,9,4); }

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

border-color css

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

 span { border-color: rgb(248,9,4); }

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