Html Css Color HEX #FA06E2 Hot Magenta

📋 copy color: '#FA06E2'

red 250 ◦ green 6 ◦ blue 226

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

Shades of Hot Magenta #FA06E2

Tints of Hot Magenta #FA06E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 46.89%

R = 51.87%
G = 1.24%
B = 46.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA06E2 (or 0xFA06E2) is known color: Hot Magenta. HEX triplet: FA, 06 and E2. RGB value is (250,6,226). Sum of RGB (Red+Green+Blue) = 250+6+226=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 6 (2.73% from 255 or 1.24% from 482); Blue value is 226 (88.67% from 255 or 46.89% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA06E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA06E2 is #05F91D. Grayscale: #676767. Windows color (decimal): -391454 or 14812922. OLE color: 14812922.

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

Color convert

RGB 250 6 226 -
CMYK 0 0.98 0.10 0.02
HSL 305.9º 0.96% 0.5% -
HSV(B) 305.9º 0.98% 0.98% -
XYZ 53.22 25.95 74.15 -
YUV 104.04 196.84 232.11 -
System Red Green Blue C M Y K H S L
Decimal 250 6 226 0 0.98 0.10 0.02 305.9 0.96 0.5
Hex FA 6 E2 0 62 A 2 132 60 32
Octal 372 6 342 0 142 12 2 462 140 62
Binary 11111010 110 11100010 0 1100010 1010 10 100110010 1100000 110010

Color Harmonies of #FA06E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA06E2

Black with #FA06E2

Text Example


Text Example

White with #FA06E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA06E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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