Shades of Magenta #FB14FE
Tints of Magenta #FB14FE
RGB
CMYK
RGB Variations
Color information
#FB14FE (or 0xFB14FE) is known color: Magenta. HEX triplet: FB, 14 and FE. RGB value is (251,20,254). Sum of RGB (Red+Green+Blue) = 251+20+254=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 20 (8.20% from 255 or 3.81% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB14FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB14FE is #04EB01. Grayscale: #737373. Windows color (decimal): -322306 or 16651515. OLE color: 16651515.
HSL color Cylindrical-coordinate representation of color #FB14FE: hue angle of 299.23º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB14FE is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 20 | 254 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.00 |
| HSL | 299.23º | 0.99% | 0.54% | - |
| HSV(B) | 299.23º | 0.92% | 1% | - |
| XYZ | 57.92 | 28.17 | 96.15 | - |
| YUV | 115.75 | 206.03 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 254 | 0.01 | 0.92 | 0 | 0.00 | 299.23 | 0.99 | 0.54 |
| Hex | FB | 14 | FE | 1 | 5C | 0 | 0 | 12B | 63 | 36 |
| Octal | 373 | 24 | 376 | 1 | 134 | 0 | 0 | 453 | 143 | 66 |
| Binary | 11111011 | 10100 | 11111110 | 1 | 1011100 | 0 | 0 | 100101011 | 1100011 | 110110 |
Color Harmonies of #FB14FE
Complementary color
Monochromatic Colors of #FB14FE
Black with #FB14FE
Text Example
Text Example
White with #FB14FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB14FE; }
p { color: rgb(251,20,254); }
H1.HeaderClassName
{
color: #FB14FE;
}
.AnyTagClassName
{
color: #FB14FE;
}
</style>
background-color css
<style>
a { background-color: #FB14FE; }
a { background-color: rgb(251,20,254); }
div.DivClassName
{
background-color: #FB14FE;
}
.BgClassName
{
background-color: #FB14FE;
}
</style>
border-color css
<style>
span { border-color: #FB14FE; }
span { border-color: rgb(251,20,254); }
td.TdClassName
{
border-color: #FB14FE;
}
.TagClassName
{
border-color: #FB14FE;
}
</style>