Shades of Magenta #FF06F8
Tints of Magenta #FF06F8
RGB
CMYK
RGB Variations
Color information
#FF06F8 (or 0xFF06F8) is known color: Magenta. HEX triplet: FF, 06 and F8. RGB value is (255,6,248). Sum of RGB (Red+Green+Blue) = 255+6+248=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 6 (2.73% from 255 or 1.18% from 509); Blue value is 248 (97.27% from 255 or 48.72% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF06F8 is #00F907. Grayscale: #6B6B6B. Windows color (decimal): -63752 or 16254719. OLE color: 16254719.
HSL color Cylindrical-coordinate representation of color #FF06F8: hue angle of 301.69º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF06F8 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 248 | - |
| CMYK | 0 | 0.98 | 0.03 | 0 |
| HSL | 301.69º | 1% | 0.51% | - |
| HSV(B) | 301.69º | 0.98% | 1% | - |
| XYZ | 58.25 | 28.17 | 91.17 | - |
| YUV | 108.04 | 206.99 | 232.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 248 | 0 | 0.98 | 0.03 | 0 | 301.69 | 1 | 0.51 |
| Hex | FF | 6 | F8 | 0 | 62 | 3 | 0 | 12E | 64 | 33 |
| Octal | 377 | 6 | 370 | 0 | 142 | 3 | 0 | 456 | 144 | 63 |
| Binary | 11111111 | 110 | 11111000 | 0 | 1100010 | 11 | 0 | 100101110 | 1100100 | 110011 |
Color Harmonies of #FF06F8
Complementary color
Monochromatic Colors of #FF06F8
Black with #FF06F8
Text Example
Text Example
White with #FF06F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF06F8; }
p { color: rgb(255,6,248); }
H1.HeaderClassName
{
color: #FF06F8;
}
.AnyTagClassName
{
color: #FF06F8;
}
</style>
background-color css
<style>
a { background-color: #FF06F8; }
a { background-color: rgb(255,6,248); }
div.DivClassName
{
background-color: #FF06F8;
}
.BgClassName
{
background-color: #FF06F8;
}
</style>
border-color css
<style>
span { border-color: #FF06F8; }
span { border-color: rgb(255,6,248); }
td.TdClassName
{
border-color: #FF06F8;
}
.TagClassName
{
border-color: #FF06F8;
}
</style>