Html Css Color HEX #F80504 Red

📋 copy color: '#F80504'

red 248 ◦ green 5 ◦ blue 4

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

Shades of Red #F80504

Tints of Red #F80504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

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

R = 96.5%
G = 1.95%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F80504 (or 0xF80504) is known color: Red. HEX triplet: F8, 05 and 04. RGB value is (248,5,4). Sum of RGB (Red+Green+Blue) = 248+5+4=257 (34% of max value = 765). Red value is 248 (97.27% from 255 or 96.50% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 248 - color contains mainly: red. Hex color #F80504 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80504 is #07FAFB. Grayscale: #4D4D4D. Windows color (decimal): -523004 or 263672. OLE color: 263672.

HSL color Cylindrical-coordinate representation of color #F80504: hue angle of 0.25º 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 #F80504 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 5 4 -
CMYK 0 0.98 0.98 0.03
HSL 0.25º 0.97% 0.49% -
HSV(B) 0.25º 0.98% 0.97% -
XYZ 38.79 20.07 1.95 -
YUV 77.54 86.51 249.58 -
System Red Green Blue C M Y K H S L
Decimal 248 5 4 0 0.98 0.98 0.03 0.25 0.97 0.49
Hex F8 5 4 0 62 62 3 0 61 31
Octal 370 5 4 0 142 142 3 0 141 61
Binary 11111000 101 100 0 1100010 1100010 11 0 1100001 110001

Color Harmonies of #F80504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80504

Black with #F80504

Text Example


Text Example

White with #F80504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80504; }

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

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

background-color css

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

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

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

border-color css

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

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

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