Html Css Color HEX #F60204 Venetian Red

📋 copy color: '#F60204'

red 246 ◦ green 2 ◦ blue 4

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

Shades of Venetian Red #F60204

Tints of Venetian Red #F60204

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 97.62%
G = 0.79%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F60204 (or 0xF60204) is known color: Venetian Red. HEX triplet: F6, 02 and 04. RGB value is (246,2,4). Sum of RGB (Red+Green+Blue) = 246+2+4=252 (33% of max value = 765). Red value is 246 (96.48% from 255 or 97.62% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 246 - color contains mainly: red. Hex color #F60204 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60204 is #09FDFB. Grayscale: #4B4B4B. Windows color (decimal): -654844 or 262902. OLE color: 262902.

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

Color convert

RGB 246 2 4 -
CMYK 0 0.99 0.98 0.04
HSL 359.51º 0.98% 0.49% -
HSV(B) 359.51º 0.99% 0.96% -
XYZ 38.05 19.65 1.9 -
YUV 75.18 87.84 249.84 -
System Red Green Blue C M Y K H S L
Decimal 246 2 4 0 0.99 0.98 0.04 359.51 0.98 0.49
Hex F6 2 4 0 63 62 4 168 62 31
Octal 366 2 4 0 143 142 4 550 142 61
Binary 11110110 10 100 0 1100011 1100010 100 101101000 1100010 110001

Color Harmonies of #F60204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60204

Black with #F60204

Text Example


Text Example

White with #F60204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60204; }

 p { color: rgb(246,2,4); }

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

background-color css

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

 a { background-color: rgb(246,2,4); }

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

border-color css

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

 span { border-color: rgb(246,2,4); }

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