Html Css Color HEX #F81100 Red

📋 copy color: '#F81100'

red 248 ◦ green 17 ◦ blue 0

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

Shades of Red #F81100

Tints of Red #F81100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.42%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.58%
G = 6.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F81100 (or 0xF81100) is known color: Red. HEX triplet: F8, 11 and 00. RGB value is (248,17,0). Sum of RGB (Red+Green+Blue) = 248+17+0=265 (35% of max value = 765). Red value is 248 (97.27% from 255 or 93.58% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 248 - color contains mainly: red. Hex color #F81100 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81100 is #07EEFF. Grayscale: #545454. Windows color (decimal): -519936 or 4600. OLE color: 4600.

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

Color convert

RGB 248 17 0 -
CMYK 0 0.93 1 0.03
HSL 4.11º 1% 0.49% -
HSV(B) 4.11º 1% 0.97% -
XYZ 38.91 20.36 1.88 -
YUV 84.13 80.53 244.88 -
System Red Green Blue C M Y K H S L
Decimal 248 17 0 0 0.93 1 0.03 4.11 1 0.49
Hex F8 11 0 0 5D 64 3 4 64 31
Octal 370 21 0 0 135 144 3 4 144 61
Binary 11111000 10001 0 0 1011101 1100100 11 100 1100100 110001

Color Harmonies of #F81100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81100

Black with #F81100

Text Example


Text Example

White with #F81100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81100; }

 p { color: rgb(248,17,0); }

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

background-color css

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

 a { background-color: rgb(248,17,0); }

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

border-color css

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

 span { border-color: rgb(248,17,0); }

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