Html Css Color HEX #F00205 Venetian Red

📋 copy color: '#F00205'

red 240 ◦ green 2 ◦ blue 5

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

Shades of Venetian Red #F00205

Tints of Venetian Red #F00205

RGB

 RED value IS 240 (94.14% from 255) = 97.17%

 GREEN value IS 2 (1.17% from 255) = 0.81%

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

R = 97.17%
G = 0.81%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F00205 (or 0xF00205) is known color: Venetian Red. HEX triplet: F0, 02 and 05. RGB value is (240,2,5). Sum of RGB (Red+Green+Blue) = 240+2+5=247 (32% of max value = 765). Red value is 240 (94.14% from 255 or 97.17% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 240 - color contains mainly: red. Hex color #F00205 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00205 is #0FFDFA. Grayscale: #494949. Windows color (decimal): -1048059 or 328432. OLE color: 328432.

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

Color convert

RGB 240 2 5 -
CMYK 0 0.99 0.98 0.06
HSL 359.24º 0.98% 0.47% -
HSV(B) 359.24º 0.99% 0.94% -
XYZ 35.98 18.58 1.83 -
YUV 73.5 89.35 246.76 -
System Red Green Blue C M Y K H S L
Decimal 240 2 5 0 0.99 0.98 0.06 359.24 0.98 0.47
Hex F0 2 5 0 63 62 6 167 62 2F
Octal 360 2 5 0 143 142 6 547 142 57
Binary 11110000 10 101 0 1100011 1100010 110 101100111 1100010 101111

Color Harmonies of #F00205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00205

Black with #F00205

Text Example


Text Example

White with #F00205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00205; }

 p { color: rgb(240,2,5); }

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

background-color css

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

 a { background-color: rgb(240,2,5); }

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

border-color css

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

 span { border-color: rgb(240,2,5); }

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