Html Css Color HEX #F60102 Venetian Red

📋 copy color: '#F60102'

red 246 ◦ green 1 ◦ blue 2

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

Shades of Venetian Red #F60102

Tints of Venetian Red #F60102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 98.8%
G = 0.4%
B = 0.8%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F60102 (or 0xF60102) is known color: Venetian Red. HEX triplet: F6, 01 and 02. RGB value is (246,1,2). Sum of RGB (Red+Green+Blue) = 246+1+2=249 (32% of max value = 765). Red value is 246 (96.48% from 255 or 98.80% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 246 - color contains mainly: red. Hex color #F60102 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60102 is #09FEFD. Grayscale: #4A4A4A. Windows color (decimal): -655102 or 131574. OLE color: 131574.

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

Color convert

RGB 246 1 2 -
CMYK 0 1.00 0.99 0.04
HSL 359.76º 0.99% 0.48% -
HSV(B) 359.76º 1% 0.96% -
XYZ 38.03 19.62 1.84 -
YUV 74.37 87.17 250.42 -
System Red Green Blue C M Y K H S L
Decimal 246 1 2 0 1.00 0.99 0.04 359.76 0.99 0.48
Hex F6 1 2 0 64 63 4 168 63 30
Octal 366 1 2 0 144 143 4 550 143 60
Binary 11110110 1 10 0 1100100 1100011 100 101101000 1100011 110000

Color Harmonies of #F60102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60102

Black with #F60102

Text Example


Text Example

White with #F60102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60102; }

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

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

background-color css

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

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

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

border-color css

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

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

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