Html Css Color HEX #F20405 Venetian Red

📋 copy color: '#F20405'

red 242 ◦ green 4 ◦ blue 5

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

Shades of Venetian Red #F20405

Tints of Venetian Red #F20405

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

 BLUE value IS 5 (2.34% from 255) = 1.99%

R = 96.41%
G = 1.59%
B = 1.99%

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

#F20405 (or 0xF20405) is known color: Venetian Red. HEX triplet: F2, 04 and 05. RGB value is (242,4,5). Sum of RGB (Red+Green+Blue) = 242+4+5=251 (33% of max value = 765). Red value is 242 (94.92% from 255 or 96.41% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 242 - color contains mainly: red. Hex color #F20405 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20405 is #0DFBFA. Grayscale: #4B4B4B. Windows color (decimal): -916475 or 328946. OLE color: 328946.

HSL color Cylindrical-coordinate representation of color #F20405: hue angle of 359.75º degrees, saturation: 0.97, 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 #F20405 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 4 5 -
CMYK 0 0.98 0.98 0.05
HSL 359.75º 0.97% 0.48% -
HSV(B) 359.75º 0.98% 0.95% -
XYZ 36.69 18.98 1.87 -
YUV 75.28 88.35 246.92 -
System Red Green Blue C M Y K H S L
Decimal 242 4 5 0 0.98 0.98 0.05 359.75 0.97 0.48
Hex F2 4 5 0 62 62 5 168 61 30
Octal 362 4 5 0 142 142 5 550 141 60
Binary 11110010 100 101 0 1100010 1100010 101 101101000 1100001 110000

Color Harmonies of #F20405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20405

Black with #F20405

Text Example


Text Example

White with #F20405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20405; }

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

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

background-color css

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

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

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

border-color css

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

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

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