Shades of Magenta #FF06FB
Tints of Magenta #FF06FB
RGB
CMYK
RGB Variations
Color information
#FF06FB (or 0xFF06FB) is known color: Magenta. HEX triplet: FF, 06 and FB. RGB value is (255,6,251). Sum of RGB (Red+Green+Blue) = 255+6+251=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 6 (2.73% from 255 or 1.17% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF06FB is #00F904. Grayscale: #6B6B6B. Windows color (decimal): -63749 or 16451327. OLE color: 16451327.
HSL color Cylindrical-coordinate representation of color #FF06FB: hue angle of 300.96º 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 #FF06FB is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 251 | - |
| CMYK | 0 | 0.98 | 0.02 | 0 |
| HSL | 300.96º | 1% | 0.51% | - |
| HSV(B) | 300.96º | 0.98% | 1% | - |
| XYZ | 58.72 | 28.36 | 93.65 | - |
| YUV | 108.38 | 208.49 | 232.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 251 | 0 | 0.98 | 0.02 | 0 | 300.96 | 1 | 0.51 |
| Hex | FF | 6 | FB | 0 | 62 | 2 | 0 | 12D | 64 | 33 |
| Octal | 377 | 6 | 373 | 0 | 142 | 2 | 0 | 455 | 144 | 63 |
| Binary | 11111111 | 110 | 11111011 | 0 | 1100010 | 10 | 0 | 100101101 | 1100100 | 110011 |
Color Harmonies of #FF06FB
Complementary color
Monochromatic Colors of #FF06FB
Black with #FF06FB
Text Example
Text Example
White with #FF06FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF06FB; }
p { color: rgb(255,6,251); }
H1.HeaderClassName
{
color: #FF06FB;
}
.AnyTagClassName
{
color: #FF06FB;
}
</style>
background-color css
<style>
a { background-color: #FF06FB; }
a { background-color: rgb(255,6,251); }
div.DivClassName
{
background-color: #FF06FB;
}
.BgClassName
{
background-color: #FF06FB;
}
</style>
border-color css
<style>
span { border-color: #FF06FB; }
span { border-color: rgb(255,6,251); }
td.TdClassName
{
border-color: #FF06FB;
}
.TagClassName
{
border-color: #FF06FB;
}
</style>