Html Css Color HEX #FA0602 Red

📋 copy color: '#FA0602'

red 250 ◦ green 6 ◦ blue 2

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

Shades of Red #FA0602

Tints of Red #FA0602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.33%

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

R = 96.9%
G = 2.33%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA0602 (or 0xFA0602) is known color: Red. HEX triplet: FA, 06 and 02. RGB value is (250,6,2). Sum of RGB (Red+Green+Blue) = 250+6+2=258 (34% of max value = 765). Red value is 250 (98.05% from 255 or 96.90% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0602 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0602 is #05F9FD. Grayscale: #4E4E4E. Windows color (decimal): -391678 or 132858. OLE color: 132858.

HSL color Cylindrical-coordinate representation of color #FA0602: hue angle of 0.97º 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 #FA0602 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 6 2 -
CMYK 0 0.98 0.99 0.02
HSL 0.97º 0.98% 0.49% -
HSV(B) 0.97º 0.99% 0.98% -
XYZ 39.5 20.46 1.92 -
YUV 78.5 84.84 250.33 -
System Red Green Blue C M Y K H S L
Decimal 250 6 2 0 0.98 0.99 0.02 0.97 0.98 0.49
Hex FA 6 2 0 62 63 2 1 62 31
Octal 372 6 2 0 142 143 2 1 142 61
Binary 11111010 110 10 0 1100010 1100011 10 1 1100010 110001

Color Harmonies of #FA0602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0602

Black with #FA0602

Text Example


Text Example

White with #FA0602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0602; }

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

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

background-color css

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

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

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

border-color css

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

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

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