Html Css Color HEX #F60508 Venetian Red

📋 copy color: '#F60508'

red 246 ◦ green 5 ◦ blue 8

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

Shades of Venetian Red #F60508

Tints of Venetian Red #F60508

RGB

 RED value IS 246 (96.48% from 255) = 94.98%

 GREEN value IS 5 (2.34% from 255) = 1.93%

 BLUE value IS 8 (3.52% from 255) = 3.09%

R = 94.98%
G = 1.93%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F60508 (or 0xF60508) is known color: Venetian Red. HEX triplet: F6, 05 and 08. RGB value is (246,5,8). Sum of RGB (Red+Green+Blue) = 246+5+8=259 (34% of max value = 765). Red value is 246 (96.48% from 255 or 94.98% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 246 - color contains mainly: red. Hex color #F60508 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60508 is #09FAF7. Grayscale: #4D4D4D. Windows color (decimal): -654072 or 525814. OLE color: 525814.

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

Color convert

RGB 246 5 8 -
CMYK 0 0.98 0.97 0.04
HSL 359.25º 0.96% 0.49% -
HSV(B) 359.25º 0.98% 0.96% -
XYZ 38.1 19.72 2.03 -
YUV 77.4 88.84 248.26 -
System Red Green Blue C M Y K H S L
Decimal 246 5 8 0 0.98 0.97 0.04 359.25 0.96 0.49
Hex F6 5 8 0 62 61 4 167 60 31
Octal 366 5 10 0 142 141 4 547 140 61
Binary 11110110 101 1000 0 1100010 1100001 100 101100111 1100000 110001

Color Harmonies of #F60508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60508

Black with #F60508

Text Example


Text Example

White with #F60508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60508; }

 p { color: rgb(246,5,8); }

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

background-color css

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

 a { background-color: rgb(246,5,8); }

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

border-color css

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

 span { border-color: rgb(246,5,8); }

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