Shades of Magenta #FB14FB
Tints of Magenta #FB14FB
RGB
CMYK
RGB Variations
Color information
#FB14FB (or 0xFB14FB) is known color: Magenta. HEX triplet: FB, 14 and FB. RGB value is (251,20,251). Sum of RGB (Red+Green+Blue) = 251+20+251=522 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.08% from 522); Green value is 20 (8.20% from 255 or 3.83% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB14FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB14FB is #04EB04. Grayscale: #727272. Windows color (decimal): -322309 or 16454907. OLE color: 16454907.
HSL color Cylindrical-coordinate representation of color #FB14FB: hue angle of 300º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB14FB is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 251 | - |
| CMYK | 0 | 0.92 | 0 | 0.02 |
| HSL | 300º | 0.97% | 0.53% | - |
| HSV(B) | 300º | 0.92% | 0.98% | - |
| XYZ | 57.45 | 27.97 | 93.64 | - |
| YUV | 115.4 | 204.53 | 224.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 251 | 0 | 0.92 | 0 | 0.02 | 300 | 0.97 | 0.53 |
| Hex | FB | 14 | FB | 0 | 5C | 0 | 2 | 12C | 61 | 35 |
| Octal | 373 | 24 | 373 | 0 | 134 | 0 | 2 | 454 | 141 | 65 |
| Binary | 11111011 | 10100 | 11111011 | 0 | 1011100 | 0 | 10 | 100101100 | 1100001 | 110101 |
Color Harmonies of #FB14FB
Complementary color
Monochromatic Colors of #FB14FB
Black with #FB14FB
Text Example
Text Example
White with #FB14FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB14FB; }
p { color: rgb(251,20,251); }
H1.HeaderClassName
{
color: #FB14FB;
}
.AnyTagClassName
{
color: #FB14FB;
}
</style>
background-color css
<style>
a { background-color: #FB14FB; }
a { background-color: rgb(251,20,251); }
div.DivClassName
{
background-color: #FB14FB;
}
.BgClassName
{
background-color: #FB14FB;
}
</style>
border-color css
<style>
span { border-color: #FB14FB; }
span { border-color: rgb(251,20,251); }
td.TdClassName
{
border-color: #FB14FB;
}
.TagClassName
{
border-color: #FB14FB;
}
</style>