Html Css Color HEX #FA0002 Venetian Red

📋 copy color: '#FA0002'

red 250 ◦ green 0 ◦ blue 2

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

Shades of Venetian Red #FA0002

Tints of Venetian Red #FA0002

RGB

 RED value IS 250 (98.05% from 255) = 99.21%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 99.21%
G = 0%
B = 0.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA0002 (or 0xFA0002) is known color: Venetian Red. HEX triplet: FA, 00 and 02. RGB value is (250,0,2). Sum of RGB (Red+Green+Blue) = 250+0+2=252 (33% of max value = 765). Red value is 250 (98.05% from 255 or 99.21% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0002 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0002 is #05FFFD. Grayscale: #4B4B4B. Windows color (decimal): -393214 or 131322. OLE color: 131322.

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

Color convert

RGB 250 0 2 -
CMYK 0 1 0.99 0.02
HSL 359.52º 1% 0.49% -
HSV(B) 359.52º 1% 0.98% -
XYZ 39.44 20.33 1.9 -
YUV 74.98 86.83 252.84 -
System Red Green Blue C M Y K H S L
Decimal 250 0 2 0 1 0.99 0.02 359.52 1 0.49
Hex FA 0 2 0 64 63 2 168 64 31
Octal 372 0 2 0 144 143 2 550 144 61
Binary 11111010 0 10 0 1100100 1100011 10 101101000 1100100 110001

Color Harmonies of #FA0002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0002

Black with #FA0002

Text Example


Text Example

White with #FA0002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0002; }

 p { color: rgb(250,0,2); }

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

background-color css

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

 a { background-color: rgb(250,0,2); }

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

border-color css

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

 span { border-color: rgb(250,0,2); }

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