#FE21FF

Color #FE21FF Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #FE21FF

Tints of Magenta #FE21FF

Color information

#FE21FF (or 0xFE21FF) is unknown color: approx Magenta. HEX triplet: FE, 21 and FF. RGB value is (254,33,255). Sum of RGB (Red+Green+Blue) = 254+33+255=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 33 (13.28% from 255 or 6.09% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE21FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE21FF is #01DE00. Grayscale: #7B7B7B. Windows color (decimal): -122369 or 16720382. OLE color: 16720382.

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

Color convert

RGB25433255-
CMYK0.000.8700
HSL299.73º100%56.47%-
HSV(B)299.73º87.06%100%-
XYZ59.4729.3897.14-
YUV124.39201.72220.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.86%
GREEN value IS 33 (13.28% from 255) = 6.09%
BLUE value IS 255 (100% from 255) = 47.05%
R=46.86%
G=6.09%
B=47.05%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal254332550.000.8700299.7310056.47
HexFE21FF0570012c6438
Octal3764137701270045414470
Binary111111101000011111111101010111001001011001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE21FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE21FF; }

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

 H1.HeaderClassName
 {
   color: #FE21FF;
 }
 .AnyTagClassName
 {
   color: #FE21FF;
 }
</style>
background-color css

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

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

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

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

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

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