Shades of Magenta #FF2FF8
Tints of Magenta #FF2FF8
RGB
CMYK
RGB Variations
Color information
#FF2FF8 (or 0xFF2FF8) is known color: Magenta. HEX triplet: FF, 2F and F8. RGB value is (255,47,248). Sum of RGB (Red+Green+Blue) = 255+47+248=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 47 (18.75% from 255 or 8.55% from 550); Blue value is 248 (97.27% from 255 or 45.09% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2FF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF2FF8 is #00D007. Grayscale: #838383. Windows color (decimal): -53256 or 16265215. OLE color: 16265215.
HSL color Cylindrical-coordinate representation of color #FF2FF8: hue angle of 302.02º 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 #FF2FF8 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 248 | - |
| CMYK | 0 | 0.82 | 0.03 | 0 |
| HSL | 302.02º | 1% | 0.59% | - |
| HSV(B) | 302.02º | 0.82% | 1% | - |
| XYZ | 59.2 | 30.07 | 91.49 | - |
| YUV | 132.11 | 193.41 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 248 | 0 | 0.82 | 0.03 | 0 | 302.02 | 1 | 0.59 |
| Hex | FF | 2F | F8 | 0 | 52 | 3 | 0 | 12E | 64 | 3B |
| Octal | 377 | 57 | 370 | 0 | 122 | 3 | 0 | 456 | 144 | 73 |
| Binary | 11111111 | 101111 | 11111000 | 0 | 1010010 | 11 | 0 | 100101110 | 1100100 | 111011 |
Color Harmonies of #FF2FF8
Complementary color
Monochromatic Colors of #FF2FF8
Black with #FF2FF8
Text Example
Text Example
White with #FF2FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2FF8; }
p { color: rgb(255,47,248); }
H1.HeaderClassName
{
color: #FF2FF8;
}
.AnyTagClassName
{
color: #FF2FF8;
}
</style>
background-color css
<style>
a { background-color: #FF2FF8; }
a { background-color: rgb(255,47,248); }
div.DivClassName
{
background-color: #FF2FF8;
}
.BgClassName
{
background-color: #FF2FF8;
}
</style>
border-color css
<style>
span { border-color: #FF2FF8; }
span { border-color: rgb(255,47,248); }
td.TdClassName
{
border-color: #FF2FF8;
}
.TagClassName
{
border-color: #FF2FF8;
}
</style>