Html Css Color HEX #F80105 Venetian Red

📋 copy color: '#F80105'

red 248 ◦ green 1 ◦ blue 5

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

Shades of Venetian Red #F80105

Tints of Venetian Red #F80105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.97%

R = 97.64%
G = 0.39%
B = 1.97%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F80105 (or 0xF80105) is known color: Venetian Red. HEX triplet: F8, 01 and 05. RGB value is (248,1,5). Sum of RGB (Red+Green+Blue) = 248+1+5=254 (33% of max value = 765). Red value is 248 (97.27% from 255 or 97.64% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 248 - color contains mainly: red. Hex color #F80105 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80105 is #07FEFA. Grayscale: #4B4B4B. Windows color (decimal): -524027 or 328184. OLE color: 328184.

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

Color convert

RGB 248 1 5 -
CMYK 0 1.00 0.98 0.03
HSL 359.03º 0.99% 0.49% -
HSV(B) 359.03º 1% 0.97% -
XYZ 38.75 19.99 1.96 -
YUV 75.31 88.33 251.17 -
System Red Green Blue C M Y K H S L
Decimal 248 1 5 0 1.00 0.98 0.03 359.03 0.99 0.49
Hex F8 1 5 0 64 62 3 167 63 31
Octal 370 1 5 0 144 142 3 547 143 61
Binary 11111000 1 101 0 1100100 1100010 11 101100111 1100011 110001

Color Harmonies of #F80105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80105

Black with #F80105

Text Example


Text Example

White with #F80105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80105; }

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

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

background-color css

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

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

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

border-color css

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

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

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