Html Css Color HEX #F20006 Venetian Red

📋 copy color: '#F20006'

red 242 ◦ green 0 ◦ blue 6

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

Shades of Venetian Red #F20006

Tints of Venetian Red #F20006

RGB

 RED value IS 242 (94.92% from 255) = 97.58%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 6 (2.73% from 255) = 2.42%

R = 97.58%
G = 0%
B = 2.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F20006 (or 0xF20006) is known color: Venetian Red. HEX triplet: F2, 00 and 06. RGB value is (242,0,6). Sum of RGB (Red+Green+Blue) = 242+0+6=248 (32% of max value = 765). Red value is 242 (94.92% from 255 or 97.58% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 242 - color contains mainly: red. Hex color #F20006 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20006 is #0DFFF9. Grayscale: #494949. Windows color (decimal): -917498 or 393458. OLE color: 393458.

HSL color Cylindrical-coordinate representation of color #F20006: hue angle of 358.51º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20006 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 0 6 -
CMYK 0 1 0.98 0.05
HSL 358.51º 1% 0.47% -
HSV(B) 358.51º 1% 0.95% -
XYZ 36.65 18.89 1.89 -
YUV 73.04 90.17 248.51 -
System Red Green Blue C M Y K H S L
Decimal 242 0 6 0 1 0.98 0.05 358.51 1 0.47
Hex F2 0 6 0 64 62 5 167 64 2F
Octal 362 0 6 0 144 142 5 547 144 57
Binary 11110010 0 110 0 1100100 1100010 101 101100111 1100100 101111

Color Harmonies of #F20006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20006

Black with #F20006

Text Example


Text Example

White with #F20006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20006; }

 p { color: rgb(242,0,6); }

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

background-color css

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

 a { background-color: rgb(242,0,6); }

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

border-color css

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

 span { border-color: rgb(242,0,6); }

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