#FF21ED

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

Shades of Magenta #FF21ED

Tints of Magenta #FF21ED

Color information

#FF21ED (or 0xFF21ED) is unknown color: approx Magenta. HEX triplet: FF, 21 and ED. RGB value is (255,33,237). Sum of RGB (Red+Green+Blue) = 255+33+237=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 33 (13.28% from 255 or 6.29% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF21ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF21ED is #00DE12. Grayscale: #7A7A7A. Windows color (decimal): -56851 or 15540735. OLE color: 15540735.

HSL color Cylindrical-coordinate representation of color #FF21ED: hue angle of 304.86º 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 #FF21ED is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB25533237-
CMYK00.870.070
HSL304.86º100%56.47%-
HSV(B)304.86º87.06%100%-
XYZ57.0728.4682.61-
YUV122.63192.55222.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.57%
GREEN value IS 33 (13.28% from 255) = 6.29%
BLUE value IS 237 (92.97% from 255) = 45.14%
R=48.57%
G=6.29%
B=45.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553323700.870.070304.8610056.47
HexFF21ED057701316438
Octal3774135501277046114470
Binary11111111100001111011010101011111101001100011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF21ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF21ED; }

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

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

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

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

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

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

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

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