Shades of Magenta #FF07FB
Tints of Magenta #FF07FB
RGB
CMYK
RGB Variations
Color information
#FF07FB (or 0xFF07FB) is known color: Magenta. HEX triplet: FF, 07 and FB. RGB value is (255,7,251). Sum of RGB (Red+Green+Blue) = 255+7+251=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 7 (3.12% from 255 or 1.36% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF07FB is #00F804. Grayscale: #6C6C6C. Windows color (decimal): -63493 or 16451583. OLE color: 16451583.
HSL color Cylindrical-coordinate representation of color #FF07FB: hue angle of 300.97º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF07FB is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 251 | - |
| CMYK | 0 | 0.97 | 0.02 | 0 |
| HSL | 300.97º | 1% | 0.51% | - |
| HSV(B) | 300.97º | 0.97% | 1% | - |
| XYZ | 58.73 | 28.38 | 93.65 | - |
| YUV | 108.97 | 208.16 | 232.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 251 | 0 | 0.97 | 0.02 | 0 | 300.97 | 1 | 0.51 |
| Hex | FF | 7 | FB | 0 | 61 | 2 | 0 | 12D | 64 | 33 |
| Octal | 377 | 7 | 373 | 0 | 141 | 2 | 0 | 455 | 144 | 63 |
| Binary | 11111111 | 111 | 11111011 | 0 | 1100001 | 10 | 0 | 100101101 | 1100100 | 110011 |
Color Harmonies of #FF07FB
Complementary color
Monochromatic Colors of #FF07FB
Black with #FF07FB
Text Example
Text Example
White with #FF07FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF07FB; }
p { color: rgb(255,7,251); }
H1.HeaderClassName
{
color: #FF07FB;
}
.AnyTagClassName
{
color: #FF07FB;
}
</style>
background-color css
<style>
a { background-color: #FF07FB; }
a { background-color: rgb(255,7,251); }
div.DivClassName
{
background-color: #FF07FB;
}
.BgClassName
{
background-color: #FF07FB;
}
</style>
border-color css
<style>
span { border-color: #FF07FB; }
span { border-color: rgb(255,7,251); }
td.TdClassName
{
border-color: #FF07FB;
}
.TagClassName
{
border-color: #FF07FB;
}
</style>