Html Css Color HEX #F80402 Red

📋 copy color: '#F80402'

red 248 ◦ green 4 ◦ blue 2

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

Shades of Red #F80402

Tints of Red #F80402

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

 BLUE value IS 2 (1.17% from 255) = 0.79%

R = 97.64%
G = 1.57%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F80402 (or 0xF80402) is known color: Red. HEX triplet: F8, 04 and 02. RGB value is (248,4,2). Sum of RGB (Red+Green+Blue) = 248+4+2=254 (33% of max value = 765). Red value is 248 (97.27% from 255 or 97.64% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 248 - color contains mainly: red. Hex color #F80402 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80402 is #07FBFD. Grayscale: #4C4C4C. Windows color (decimal): -523262 or 132344. OLE color: 132344.

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

Color convert

RGB 248 4 2 -
CMYK 0 0.98 0.99 0.03
HSL 0.49º 0.98% 0.49% -
HSV(B) 0.49º 0.99% 0.97% -
XYZ 38.77 20.05 1.88 -
YUV 76.73 85.84 250.16 -
System Red Green Blue C M Y K H S L
Decimal 248 4 2 0 0.98 0.99 0.03 0.49 0.98 0.49
Hex F8 4 2 0 62 63 3 0 62 31
Octal 370 4 2 0 142 143 3 0 142 61
Binary 11111000 100 10 0 1100010 1100011 11 0 1100010 110001

Color Harmonies of #F80402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80402

Black with #F80402

Text Example


Text Example

White with #F80402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80402; }

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

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

background-color css

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

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

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

border-color css

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

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

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