Html Css Color HEX #F81104 Red

📋 copy color: '#F81104'

red 248 ◦ green 17 ◦ blue 4

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

Shades of Red #F81104

Tints of Red #F81104

RGB

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

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

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

R = 92.19%
G = 6.32%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F81104 (or 0xF81104) is known color: Red. HEX triplet: F8, 11 and 04. RGB value is (248,17,4). Sum of RGB (Red+Green+Blue) = 248+17+4=269 (35% of max value = 765). Red value is 248 (97.27% from 255 or 92.19% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 248 - color contains mainly: red. Hex color #F81104 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81104 is #07EEFB. Grayscale: #545454. Windows color (decimal): -519932 or 266744. OLE color: 266744.

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

Color convert

RGB 248 17 4 -
CMYK 0 0.93 0.98 0.03
HSL 3.2º 0.97% 0.49% -
HSV(B) 3.2º 0.98% 0.97% -
XYZ 38.93 20.37 1.99 -
YUV 84.59 82.53 244.56 -
System Red Green Blue C M Y K H S L
Decimal 248 17 4 0 0.93 0.98 0.03 3.2 0.97 0.49
Hex F8 11 4 0 5D 62 3 3 61 31
Octal 370 21 4 0 135 142 3 3 141 61
Binary 11111000 10001 100 0 1011101 1100010 11 11 1100001 110001

Color Harmonies of #F81104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81104

Black with #F81104

Text Example


Text Example

White with #F81104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81104; }

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

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

background-color css

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

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

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

border-color css

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

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

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