Html Css Color HEX #F0090A Venetian Red

📋 copy color: '#F0090A'

red 240 ◦ green 9 ◦ blue 10

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

Shades of Venetian Red #F0090A

Tints of Venetian Red #F0090A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.47%

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

R = 92.66%
G = 3.47%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0090A (or 0xF0090A) is known color: Venetian Red. HEX triplet: F0, 09 and 0A. RGB value is (240,9,10). Sum of RGB (Red+Green+Blue) = 240+9+10=259 (34% of max value = 765). Red value is 240 (94.14% from 255 or 92.66% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 240 - color contains mainly: red. Hex color #F0090A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0090A is #0FF6F5. Grayscale: #4E4E4E. Windows color (decimal): -1046262 or 657904. OLE color: 657904.

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

Color convert

RGB 240 9 10 -
CMYK 0 0.96 0.96 0.06
HSL 359.74º 0.93% 0.49% -
HSV(B) 359.74º 0.96% 0.94% -
XYZ 36.09 18.74 2 -
YUV 78.18 89.53 243.42 -
System Red Green Blue C M Y K H S L
Decimal 240 9 10 0 0.96 0.96 0.06 359.74 0.93 0.49
Hex F0 9 A 0 60 60 6 168 5D 31
Octal 360 11 12 0 140 140 6 550 135 61
Binary 11110000 1001 1010 0 1100000 1100000 110 101101000 1011101 110001

Color Harmonies of #F0090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0090A

Black with #F0090A

Text Example


Text Example

White with #F0090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0090A; }

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

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

background-color css

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

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

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

border-color css

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

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

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