#F60204

Color #F60204 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #F60204

Tints of Venetian Red #F60204

Color information

#F60204 (or 0xF60204) is unknown color: approx 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

RGB24624-
CMYK00.990.980.04
HSL359.51º98.39%48.63%-
HSV(B)359.51º99.19%96.47%-
XYZ38.0519.651.9-
YUV75.1887.84249.84-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462400.990.980.04359.5198.3948.63
HexF6240636241686231
Octal366240143142455014261
Binary11110110101000110001111000101001011010001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>