Html Css Color HEX #F90102 Venetian Red

📋 copy color: '#F90102'

red 249 ◦ green 1 ◦ blue 2

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

Shades of Venetian Red #F90102

Tints of Venetian Red #F90102

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 98.81%
G = 0.4%
B = 0.79%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F90102 (or 0xF90102) is known color: Venetian Red. HEX triplet: F9, 01 and 02. RGB value is (249,1,2). Sum of RGB (Red+Green+Blue) = 249+1+2=252 (33% of max value = 765). Red value is 249 (97.66% from 255 or 98.81% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 249 - color contains mainly: red. Hex color #F90102 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90102 is #06FEFD. Grayscale: #4B4B4B. Windows color (decimal): -458494 or 131577. OLE color: 131577.

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

Color convert

RGB 249 1 2 -
CMYK 0 1.00 0.99 0.02
HSL 359.76º 0.99% 0.49% -
HSV(B) 359.76º 1% 0.98% -
XYZ 39.09 20.17 1.89 -
YUV 75.27 86.66 251.92 -
System Red Green Blue C M Y K H S L
Decimal 249 1 2 0 1.00 0.99 0.02 359.76 0.99 0.49
Hex F9 1 2 0 64 63 2 168 63 31
Octal 371 1 2 0 144 143 2 550 143 61
Binary 11111001 1 10 0 1100100 1100011 10 101101000 1100011 110001

Color Harmonies of #F90102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90102

Black with #F90102

Text Example


Text Example

White with #F90102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90102; }

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

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

background-color css

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

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

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

border-color css

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

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

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