#FE21F2

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

Shades of Magenta #FE21F2

Tints of Magenta #FE21F2

Color information

#FE21F2 (or 0xFE21F2) is unknown color: approx Magenta. HEX triplet: FE, 21 and F2. RGB value is (254,33,242). Sum of RGB (Red+Green+Blue) = 254+33+242=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 33 (13.28% from 255 or 6.24% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE21F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE21F2 is #01DE0D. Grayscale: #7A7A7A. Windows color (decimal): -122382 or 15868414. OLE color: 15868414.

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

Color convert

RGB25433242-
CMYK00.870.050.00
HSL303.26º99.1%56.27%-
HSV(B)303.26º87.01%99.61%-
XYZ57.4428.5786.49-
YUV122.9195.22221.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.02%
GREEN value IS 33 (13.28% from 255) = 6.24%
BLUE value IS 242 (94.92% from 255) = 45.75%
R=48.02%
G=6.24%
B=45.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2543324200.870.050.00303.2699.156.27
HexFE21F20575012f6338
Octal3764136201275045714370
Binary11111110100001111100100101011110101001011111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE21F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE21F2; }

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

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

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

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

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

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

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

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