Shades of Magenta #FF21F9
Tints of Magenta #FF21F9
RGB
CMYK
RGB Variations
Color information
#FF21F9 (or 0xFF21F9) is known color: Magenta. HEX triplet: FF, 21 and F9. RGB value is (255,33,249). Sum of RGB (Red+Green+Blue) = 255+33+249=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 33 (13.28% from 255 or 6.15% from 537); Blue value is 249 (97.66% from 255 or 46.37% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF21F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF21F9 is #00DE06. Grayscale: #7B7B7B. Windows color (decimal): -56839 or 16327167. OLE color: 16327167.
HSL color Cylindrical-coordinate representation of color #FF21F9: hue angle of 301.62º 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 #FF21F9 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 249 | - |
| CMYK | 0 | 0.87 | 0.02 | 0 |
| HSL | 301.62º | 1% | 0.56% | - |
| HSV(B) | 301.62º | 0.87% | 1% | - |
| XYZ | 58.88 | 29.19 | 92.15 | - |
| YUV | 124 | 198.55 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 249 | 0 | 0.87 | 0.02 | 0 | 301.62 | 1 | 0.56 |
| Hex | FF | 21 | F9 | 0 | 57 | 2 | 0 | 12E | 64 | 38 |
| Octal | 377 | 41 | 371 | 0 | 127 | 2 | 0 | 456 | 144 | 70 |
| Binary | 11111111 | 100001 | 11111001 | 0 | 1010111 | 10 | 0 | 100101110 | 1100100 | 111000 |
Color Harmonies of #FF21F9
Complementary color
Monochromatic Colors of #FF21F9
Black with #FF21F9
Text Example
Text Example
White with #FF21F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF21F9; }
p { color: rgb(255,33,249); }
H1.HeaderClassName
{
color: #FF21F9;
}
.AnyTagClassName
{
color: #FF21F9;
}
</style>
background-color css
<style>
a { background-color: #FF21F9; }
a { background-color: rgb(255,33,249); }
div.DivClassName
{
background-color: #FF21F9;
}
.BgClassName
{
background-color: #FF21F9;
}
</style>
border-color css
<style>
span { border-color: #FF21F9; }
span { border-color: rgb(255,33,249); }
td.TdClassName
{
border-color: #FF21F9;
}
.TagClassName
{
border-color: #FF21F9;
}
</style>