Html Css Color HEX #FA1AE1 Hot Magenta

📋 copy color: '#FA1AE1'

red 250 ◦ green 26 ◦ blue 225

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

Shades of Hot Magenta #FA1AE1

Tints of Hot Magenta #FA1AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.91%

R = 49.9%
G = 5.19%
B = 44.91%

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

#FA1AE1 (or 0xFA1AE1) is known color: Hot Magenta. HEX triplet: FA, 1A and E1. RGB value is (250,26,225). Sum of RGB (Red+Green+Blue) = 250+26+225=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 26 (10.55% from 255 or 5.19% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1AE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1AE1 is #05E51E. Grayscale: #737373. Windows color (decimal): -386335 or 14752506. OLE color: 14752506.

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

Color convert

RGB 250 26 225 -
CMYK 0 0.90 0.10 0.02
HSL 306.7º 0.96% 0.54% -
HSV(B) 306.7º 0.9% 0.98% -
XYZ 53.38 26.5 73.54 -
YUV 115.66 189.71 223.82 -
System Red Green Blue C M Y K H S L
Decimal 250 26 225 0 0.90 0.10 0.02 306.7 0.96 0.54
Hex FA 1A E1 0 5A A 2 133 60 36
Octal 372 32 341 0 132 12 2 463 140 66
Binary 11111010 11010 11100001 0 1011010 1010 10 100110011 1100000 110110

Color Harmonies of #FA1AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1AE1

Black with #FA1AE1

Text Example


Text Example

White with #FA1AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1AE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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