#F60306

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

Shades of Venetian Red #F60306

Tints of Venetian Red #F60306

Color information

#F60306 (or 0xF60306) is unknown color: approx Venetian Red. HEX triplet: F6, 03 and 06. RGB value is (246,3,6). Sum of RGB (Red+Green+Blue) = 246+3+6=255 (33% of max value = 765). Red value is 246 (96.48% from 255 or 96.47% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 246 - color contains mainly: red. Hex color #F60306 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60306 is #09FCF9. Grayscale: #4C4C4C. Windows color (decimal): -654586 or 394230. OLE color: 394230.

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

Color convert

RGB24636-
CMYK00.990.980.04
HSL359.26º97.59%48.82%-
HSV(B)359.26º98.78%96.47%-
XYZ38.0719.671.96-
YUV7688.51249.26-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 96.47%
GREEN value IS 3 (1.56% from 255) = 1.18%
BLUE value IS 6 (2.73% from 255) = 2.35%
R=96.47%
G=1.18%
B=2.35%

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
Decimal2463600.990.980.04359.2697.5948.82
HexF6360636241676231
Octal366360143142454714261
Binary11110110111100110001111000101001011001111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60306; }

 p { color: rgb(246,3,6); }

 H1.HeaderClassName
 {
   color: #F60306;
 }
 .AnyTagClassName
 {
   color: #F60306;
 }
</style>
background-color css

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

 a { background-color: rgb(246,3,6); }

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

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

 span { border-color: rgb(246,3,6); }

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