Html Css Color HEX #F20506 Venetian Red

📋 copy color: '#F20506'

red 242 ◦ green 5 ◦ blue 6

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

Shades of Venetian Red #F20506

Tints of Venetian Red #F20506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

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

R = 95.65%
G = 1.98%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F20506 (or 0xF20506) is known color: Venetian Red. HEX triplet: F2, 05 and 06. RGB value is (242,5,6). Sum of RGB (Red+Green+Blue) = 242+5+6=253 (33% of max value = 765). Red value is 242 (94.92% from 255 or 95.65% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 242 - color contains mainly: red. Hex color #F20506 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20506 is #0DFAF9. Grayscale: #4C4C4C. Windows color (decimal): -916218 or 394738. OLE color: 394738.

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

Color convert

RGB 242 5 6 -
CMYK 0 0.98 0.98 0.05
HSL 359.75º 0.96% 0.48% -
HSV(B) 359.75º 0.98% 0.95% -
XYZ 36.71 19 1.9 -
YUV 75.98 88.52 246.42 -
System Red Green Blue C M Y K H S L
Decimal 242 5 6 0 0.98 0.98 0.05 359.75 0.96 0.48
Hex F2 5 6 0 62 62 5 168 60 30
Octal 362 5 6 0 142 142 5 550 140 60
Binary 11110010 101 110 0 1100010 1100010 101 101101000 1100000 110000

Color Harmonies of #F20506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20506

Black with #F20506

Text Example


Text Example

White with #F20506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20506; }

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

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

background-color css

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

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

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

border-color css

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

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

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