Html Css Color HEX #FA1AE2 Hot Magenta

📋 copy color: '#FA1AE2'

red 250 ◦ green 26 ◦ blue 226

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

Shades of Hot Magenta #FA1AE2

Tints of Hot Magenta #FA1AE2

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.18%

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

R = 49.8%
G = 5.18%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA1AE2 (or 0xFA1AE2) is known color: Hot Magenta. HEX triplet: FA, 1A and E2. RGB value is (250,26,226). Sum of RGB (Red+Green+Blue) = 250+26+226=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 26 (10.55% from 255 or 5.18% from 502); Blue value is 226 (88.67% from 255 or 45.02% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1AE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1AE2 is #05E51D. Grayscale: #737373. Windows color (decimal): -386334 or 14818042. OLE color: 14818042.

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

Color convert

RGB 250 26 226 -
CMYK 0 0.90 0.10 0.02
HSL 306.43º 0.96% 0.54% -
HSV(B) 306.43º 0.9% 0.98% -
XYZ 53.52 26.55 74.26 -
YUV 115.78 190.21 223.74 -
System Red Green Blue C M Y K H S L
Decimal 250 26 226 0 0.90 0.10 0.02 306.43 0.96 0.54
Hex FA 1A E2 0 5A A 2 132 60 36
Octal 372 32 342 0 132 12 2 462 140 66
Binary 11111010 11010 11100010 0 1011010 1010 10 100110010 1100000 110110

Color Harmonies of #FA1AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1AE2

Black with #FA1AE2

Text Example


Text Example

White with #FA1AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1AE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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