Html Css Color HEX #F0080A Venetian Red

📋 copy color: '#F0080A'

red 240 ◦ green 8 ◦ blue 10

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

Shades of Venetian Red #F0080A

Tints of Venetian Red #F0080A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.1%

 BLUE value IS 10 (4.3% from 255) = 3.88%

R = 93.02%
G = 3.1%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0080A (or 0xF0080A) is known color: Venetian Red. HEX triplet: F0, 08 and 0A. RGB value is (240,8,10). Sum of RGB (Red+Green+Blue) = 240+8+10=258 (34% of max value = 765). Red value is 240 (94.14% from 255 or 93.02% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 240 - color contains mainly: red. Hex color #F0080A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0080A is #0FF7F5. Grayscale: #4D4D4D. Windows color (decimal): -1046518 or 657648. OLE color: 657648.

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

Color convert

RGB 240 8 10 -
CMYK 0 0.97 0.96 0.06
HSL 359.48º 0.94% 0.49% -
HSV(B) 359.48º 0.97% 0.94% -
XYZ 36.08 18.72 2 -
YUV 77.6 89.86 243.84 -
System Red Green Blue C M Y K H S L
Decimal 240 8 10 0 0.97 0.96 0.06 359.48 0.94 0.49
Hex F0 8 A 0 61 60 6 167 5E 31
Octal 360 10 12 0 141 140 6 547 136 61
Binary 11110000 1000 1010 0 1100001 1100000 110 101100111 1011110 110001

Color Harmonies of #F0080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0080A

Black with #F0080A

Text Example


Text Example

White with #F0080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0080A; }

 p { color: rgb(240,8,10); }

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

background-color css

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

 a { background-color: rgb(240,8,10); }

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

border-color css

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

 span { border-color: rgb(240,8,10); }

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