Shades of Magenta #FF2FFD
Tints of Magenta #FF2FFD
RGB
CMYK
RGB Variations
Color information
#FF2FFD (or 0xFF2FFD) is known color: Magenta. HEX triplet: FF, 2F and FD. RGB value is (255,47,253). Sum of RGB (Red+Green+Blue) = 255+47+253=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 47 (18.75% from 255 or 8.47% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF2FFD is #00D002. Grayscale: #848484. Windows color (decimal): -53251 or 16592895. OLE color: 16592895.
HSL color Cylindrical-coordinate representation of color #FF2FFD: hue angle of 300.58º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2FFD is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 253 | - |
| CMYK | 0 | 0.82 | 0.01 | 0 |
| HSL | 300.58º | 1% | 0.59% | - |
| HSV(B) | 300.58º | 0.82% | 1% | - |
| XYZ | 59.99 | 30.38 | 95.63 | - |
| YUV | 132.68 | 195.91 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 253 | 0 | 0.82 | 0.01 | 0 | 300.58 | 1 | 0.59 |
| Hex | FF | 2F | FD | 0 | 52 | 1 | 0 | 12D | 64 | 3B |
| Octal | 377 | 57 | 375 | 0 | 122 | 1 | 0 | 455 | 144 | 73 |
| Binary | 11111111 | 101111 | 11111101 | 0 | 1010010 | 1 | 0 | 100101101 | 1100100 | 111011 |
Color Harmonies of #FF2FFD
Complementary color
Monochromatic Colors of #FF2FFD
Black with #FF2FFD
Text Example
Text Example
White with #FF2FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2FFD; }
p { color: rgb(255,47,253); }
H1.HeaderClassName
{
color: #FF2FFD;
}
.AnyTagClassName
{
color: #FF2FFD;
}
</style>
background-color css
<style>
a { background-color: #FF2FFD; }
a { background-color: rgb(255,47,253); }
div.DivClassName
{
background-color: #FF2FFD;
}
.BgClassName
{
background-color: #FF2FFD;
}
</style>
border-color css
<style>
span { border-color: #FF2FFD; }
span { border-color: rgb(255,47,253); }
td.TdClassName
{
border-color: #FF2FFD;
}
.TagClassName
{
border-color: #FF2FFD;
}
</style>