Html Css Color HEX #F81001 Red

📋 copy color: '#F81001'

red 248 ◦ green 16 ◦ blue 1

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

Shades of Red #F81001

Tints of Red #F81001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.04%

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

R = 93.58%
G = 6.04%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F81001 (or 0xF81001) is known color: Red. HEX triplet: F8, 10 and 01. RGB value is (248,16,1). Sum of RGB (Red+Green+Blue) = 248+16+1=265 (35% of max value = 765). Red value is 248 (97.27% from 255 or 93.58% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 248 - color contains mainly: red. Hex color #F81001 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81001 is #07EFFE. Grayscale: #535353. Windows color (decimal): -520191 or 69880. OLE color: 69880.

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

Color convert

RGB 248 16 1 -
CMYK 0 0.94 1.00 0.03
HSL 3.64º 0.99% 0.49% -
HSV(B) 3.64º 1% 0.97% -
XYZ 38.9 20.33 1.9 -
YUV 83.66 81.36 245.22 -
System Red Green Blue C M Y K H S L
Decimal 248 16 1 0 0.94 1.00 0.03 3.64 0.99 0.49
Hex F8 10 1 0 5E 64 3 4 63 31
Octal 370 20 1 0 136 144 3 4 143 61
Binary 11111000 10000 1 0 1011110 1100100 11 100 1100011 110001

Color Harmonies of #F81001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81001

Black with #F81001

Text Example


Text Example

White with #F81001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81001; }

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

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

background-color css

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

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

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

border-color css

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

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

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