Html Css Color HEX #F20608 Venetian Red

📋 copy color: '#F20608'

red 242 ◦ green 6 ◦ blue 8

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

Shades of Venetian Red #F20608

Tints of Venetian Red #F20608

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

 BLUE value IS 8 (3.52% from 255) = 3.13%

R = 94.53%
G = 2.34%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F20608 (or 0xF20608) is known color: Venetian Red. HEX triplet: F2, 06 and 08. RGB value is (242,6,8). Sum of RGB (Red+Green+Blue) = 242+6+8=256 (33% of max value = 765). Red value is 242 (94.92% from 255 or 94.53% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 242 - color contains mainly: red. Hex color #F20608 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20608 is #0DF9F7. Grayscale: #4D4D4D. Windows color (decimal): -915960 or 526066. OLE color: 526066.

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

Color convert

RGB 242 6 8 -
CMYK 0 0.98 0.97 0.05
HSL 359.49º 0.95% 0.49% -
HSV(B) 359.49º 0.98% 0.95% -
XYZ 36.73 19.03 1.97 -
YUV 76.79 89.19 245.84 -
System Red Green Blue C M Y K H S L
Decimal 242 6 8 0 0.98 0.97 0.05 359.49 0.95 0.49
Hex F2 6 8 0 62 61 5 167 5F 31
Octal 362 6 10 0 142 141 5 547 137 61
Binary 11110010 110 1000 0 1100010 1100001 101 101100111 1011111 110001

Color Harmonies of #F20608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20608

Black with #F20608

Text Example


Text Example

White with #F20608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20608; }

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

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

background-color css

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

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

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

border-color css

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

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

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