Html Css Color HEX #F90203 Venetian Red

📋 copy color: '#F90203'

red 249 ◦ green 2 ◦ blue 3

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

Shades of Venetian Red #F90203

Tints of Venetian Red #F90203

RGB

 RED value IS 249 (97.66% from 255) = 98.03%

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

 BLUE value IS 3 (1.56% from 255) = 1.18%

R = 98.03%
G = 0.79%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F90203 (or 0xF90203) is known color: Venetian Red. HEX triplet: F9, 02 and 03. RGB value is (249,2,3). Sum of RGB (Red+Green+Blue) = 249+2+3=254 (33% of max value = 765). Red value is 249 (97.66% from 255 or 98.03% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 249 - color contains mainly: red. Hex color #F90203 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90203 is #06FDFC. Grayscale: #4C4C4C. Windows color (decimal): -458237 or 197369. OLE color: 197369.

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

Color convert

RGB 249 2 3 -
CMYK 0 0.99 0.99 0.02
HSL 359.76º 0.98% 0.49% -
HSV(B) 359.76º 0.99% 0.98% -
XYZ 39.11 20.19 1.92 -
YUV 75.97 86.83 251.42 -
System Red Green Blue C M Y K H S L
Decimal 249 2 3 0 0.99 0.99 0.02 359.76 0.98 0.49
Hex F9 2 3 0 63 63 2 168 62 31
Octal 371 2 3 0 143 143 2 550 142 61
Binary 11111001 10 11 0 1100011 1100011 10 101101000 1100010 110001

Color Harmonies of #F90203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90203

Black with #F90203

Text Example


Text Example

White with #F90203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90203; }

 p { color: rgb(249,2,3); }

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

background-color css

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

 a { background-color: rgb(249,2,3); }

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

border-color css

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

 span { border-color: rgb(249,2,3); }

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