Html Css Color HEX #F2090B Venetian Red

📋 copy color: '#F2090B'

red 242 ◦ green 9 ◦ blue 11

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

Shades of Venetian Red #F2090B

Tints of Venetian Red #F2090B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.2%

R = 92.37%
G = 3.44%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2090B (or 0xF2090B) is known color: Venetian Red. HEX triplet: F2, 09 and 0B. RGB value is (242,9,11). Sum of RGB (Red+Green+Blue) = 242+9+11=262 (34% of max value = 765). Red value is 242 (94.92% from 255 or 92.37% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 242 - color contains mainly: red. Hex color #F2090B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2090B is #0DF6F4. Grayscale: #4F4F4F. Windows color (decimal): -915189 or 723442. OLE color: 723442.

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

Color convert

RGB 242 9 11 -
CMYK 0 0.96 0.95 0.05
HSL 359.49º 0.93% 0.49% -
HSV(B) 359.49º 0.96% 0.95% -
XYZ 36.78 19.1 2.06 -
YUV 78.9 89.69 244.34 -
System Red Green Blue C M Y K H S L
Decimal 242 9 11 0 0.96 0.95 0.05 359.49 0.93 0.49
Hex F2 9 B 0 60 5F 5 167 5D 31
Octal 362 11 13 0 140 137 5 547 135 61
Binary 11110010 1001 1011 0 1100000 1011111 101 101100111 1011101 110001

Color Harmonies of #F2090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2090B

Black with #F2090B

Text Example


Text Example

White with #F2090B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2090B; }

 p { color: rgb(242,9,11); }

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

background-color css

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

 a { background-color: rgb(242,9,11); }

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

border-color css

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

 span { border-color: rgb(242,9,11); }

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