Html Css Color HEX #FE1AE4 Hot Magenta

📋 copy color: '#FE1AE4'

red 254 ◦ green 26 ◦ blue 228

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

Shades of Hot Magenta #FE1AE4

Tints of Hot Magenta #FE1AE4

RGB

 RED value IS 254 (99.61% from 255) = 50%

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

 BLUE value IS 228 (89.45% from 255) = 44.88%

R = 50%
G = 5.12%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FE1AE4 (or 0xFE1AE4) is known color: Hot Magenta. HEX triplet: FE, 1A and E4. RGB value is (254,26,228). Sum of RGB (Red+Green+Blue) = 254+26+228=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 26 (10.55% from 255 or 5.12% from 508); Blue value is 228 (89.45% from 255 or 44.88% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1AE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1AE4 is #01E51B. Grayscale: #747474. Windows color (decimal): -124188 or 14949118. OLE color: 14949118.

HSL color Cylindrical-coordinate representation of color #FE1AE4: hue angle of 306.84º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1AE4 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 26 228 -
CMYK 0 0.90 0.10 0.00
HSL 306.84º 0.99% 0.55% -
HSV(B) 306.84º 0.9% 1% -
XYZ 55.25 27.41 75.78 -
YUV 117.2 190.54 225.57 -
System Red Green Blue C M Y K H S L
Decimal 254 26 228 0 0.90 0.10 0.00 306.84 0.99 0.55
Hex FE 1A E4 0 5A A 0 133 63 37
Octal 376 32 344 0 132 12 0 463 143 67
Binary 11111110 11010 11100100 0 1011010 1010 0 100110011 1100011 110111

Color Harmonies of #FE1AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1AE4

Black with #FE1AE4

Text Example


Text Example

White with #FE1AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1AE4; }

 p { color: rgb(254,26,228); }

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

background-color css

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

 a { background-color: rgb(254,26,228); }

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

border-color css

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

 span { border-color: rgb(254,26,228); }

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