Html Css Color HEX #FE1AFF Magenta

📋 copy color: '#FE1AFF'

red 254 ◦ green 26 ◦ blue 255

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

Shades of Magenta #FE1AFF

Tints of Magenta #FE1AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.66%

R = 47.48%
G = 4.86%
B = 47.66%

CMYK

 C value IS 0.00

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE1AFF (or 0xFE1AFF) is known color: Magenta. HEX triplet: FE, 1A and FF. RGB value is (254,26,255). Sum of RGB (Red+Green+Blue) = 254+26+255=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 26 (10.55% from 255 or 4.86% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE1AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1AFF is #01E500. Grayscale: #777777. Windows color (decimal): -124161 or 16718590. OLE color: 16718590.

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

Color convert

RGB 254 26 255 -
CMYK 0.00 0.90 0 0
HSL 299.74º 1% 0.55% -
HSV(B) 299.74º 0.9% 1% -
XYZ 59.29 29.03 97.09 -
YUV 120.28 204.04 223.38 -
System Red Green Blue C M Y K H S L
Decimal 254 26 255 0.00 0.90 0 0 299.74 1 0.55
Hex FE 1A FF 0 5A 0 0 12C 64 37
Octal 376 32 377 0 132 0 0 454 144 67
Binary 11111110 11010 11111111 0 1011010 0 0 100101100 1100100 110111

Color Harmonies of #FE1AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1AFF

Black with #FE1AFF

Text Example


Text Example

White with #FE1AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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