#ff21f0

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

Shades of Magenta #FF21F0

Tints of Magenta #FF21F0

Color information

#FF21F0 (or 0xFF21F0) is unknown color: approx Magenta. HEX triplet: FF, 21 and F0. RGB value is (255,33,240). Sum of RGB (Red+Green+Blue) = 255+33+240=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 33 (13.28% from 255 or 6.25% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF21F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF21F0 is #00DE0F. Grayscale: #7A7A7A. Windows color (decimal): -56848 or 15737343. OLE color: 15737343.

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

Color convert

RGB25533240-
CMYK00.870.060
HSL304.05º100%56.47%-
HSV(B)304.05º87.06%100%-
XYZ57.5128.6484.93-
YUV122.98194.05222.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.30%
GREEN value IS 33 (13.28% from 255) = 6.25%
BLUE value IS 240 (94.14% from 255) = 45.45%
R=48.30%
G=6.25%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553324000.870.060304.0510056.47
HexFF21F0057601306438
Octal3774136001276046014470
Binary11111111100001111100000101011111001001100001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff21f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff21f0; }

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

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

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

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

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

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

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

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