Html Css Color HEX #F80701 Red

📋 copy color: '#F80701'

red 248 ◦ green 7 ◦ blue 1

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

Shades of Red #F80701

Tints of Red #F80701

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.73%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 96.88%
G = 2.73%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F80701 (or 0xF80701) is known color: Red. HEX triplet: F8, 07 and 01. RGB value is (248,7,1). Sum of RGB (Red+Green+Blue) = 248+7+1=256 (33% of max value = 765). Red value is 248 (97.27% from 255 or 96.88% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 248 - color contains mainly: red. Hex color #F80701 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80701 is #07F8FE. Grayscale: #4E4E4E. Windows color (decimal): -522495 or 67576. OLE color: 67576.

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

Color convert

RGB 248 7 1 -
CMYK 0 0.97 1.00 0.03
HSL 1.46º 0.99% 0.49% -
HSV(B) 1.46º 1% 0.97% -
XYZ 38.79 20.11 1.87 -
YUV 78.38 84.34 248.99 -
System Red Green Blue C M Y K H S L
Decimal 248 7 1 0 0.97 1.00 0.03 1.46 0.99 0.49
Hex F8 7 1 0 61 64 3 1 63 31
Octal 370 7 1 0 141 144 3 1 143 61
Binary 11111000 111 1 0 1100001 1100100 11 1 1100011 110001

Color Harmonies of #F80701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80701

Black with #F80701

Text Example


Text Example

White with #F80701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80701; }

 p { color: rgb(248,7,1); }

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

background-color css

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

 a { background-color: rgb(248,7,1); }

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

border-color css

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

 span { border-color: rgb(248,7,1); }

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