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