Shades of Magenta #FB14F5
Tints of Magenta #FB14F5
RGB
CMYK
RGB Variations
Color information
#FB14F5 (or 0xFB14F5) is known color: Magenta. HEX triplet: FB, 14 and F5. RGB value is (251,20,245). Sum of RGB (Red+Green+Blue) = 251+20+245=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 20 (8.20% from 255 or 3.88% from 516); Blue value is 245 (96.09% from 255 or 47.48% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FB14F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB14F5 is #04EB0A. Grayscale: #727272. Windows color (decimal): -322315 or 16061691. OLE color: 16061691.
HSL color Cylindrical-coordinate representation of color #FB14F5: hue angle of 301.56º 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 #FB14F5 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 245 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.02 |
| HSL | 301.56º | 0.97% | 0.53% | - |
| HSV(B) | 301.56º | 0.92% | 0.98% | - |
| XYZ | 56.52 | 27.6 | 88.74 | - |
| YUV | 114.72 | 201.53 | 225.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 245 | 0 | 0.92 | 0.02 | 0.02 | 301.56 | 0.97 | 0.53 |
| Hex | FB | 14 | F5 | 0 | 5C | 2 | 2 | 12E | 61 | 35 |
| Octal | 373 | 24 | 365 | 0 | 134 | 2 | 2 | 456 | 141 | 65 |
| Binary | 11111011 | 10100 | 11110101 | 0 | 1011100 | 10 | 10 | 100101110 | 1100001 | 110101 |
Color Harmonies of #FB14F5
Complementary color
Monochromatic Colors of #FB14F5
Black with #FB14F5
Text Example
Text Example
White with #FB14F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB14F5; }
p { color: rgb(251,20,245); }
H1.HeaderClassName
{
color: #FB14F5;
}
.AnyTagClassName
{
color: #FB14F5;
}
</style>
background-color css
<style>
a { background-color: #FB14F5; }
a { background-color: rgb(251,20,245); }
div.DivClassName
{
background-color: #FB14F5;
}
.BgClassName
{
background-color: #FB14F5;
}
</style>
border-color css
<style>
span { border-color: #FB14F5; }
span { border-color: rgb(251,20,245); }
td.TdClassName
{
border-color: #FB14F5;
}
.TagClassName
{
border-color: #FB14F5;
}
</style>