Shades of Hot Magenta #FB14D5
Tints of Hot Magenta #FB14D5
RGB
CMYK
RGB Variations
Color information
#FB14D5 (or 0xFB14D5) is known color: Hot Magenta. HEX triplet: FB, 14 and D5. RGB value is (251,20,213). Sum of RGB (Red+Green+Blue) = 251+20+213=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 20 (8.20% from 255 or 4.13% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB14D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB14D5 is #04EB2A. Grayscale: #6E6E6E. Windows color (decimal): -322347 or 13964539. OLE color: 13964539.
HSL color Cylindrical-coordinate representation of color #FB14D5: hue angle of 309.87º 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 #FB14D5 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 213 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.02 |
| HSL | 309.87º | 0.97% | 0.53% | - |
| HSV(B) | 309.87º | 0.92% | 0.98% | - |
| XYZ | 52.04 | 25.81 | 65.19 | - |
| YUV | 111.07 | 185.53 | 227.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 213 | 0 | 0.92 | 0.15 | 0.02 | 309.87 | 0.97 | 0.53 |
| Hex | FB | 14 | D5 | 0 | 5C | F | 2 | 136 | 61 | 35 |
| Octal | 373 | 24 | 325 | 0 | 134 | 17 | 2 | 466 | 141 | 65 |
| Binary | 11111011 | 10100 | 11010101 | 0 | 1011100 | 1111 | 10 | 100110110 | 1100001 | 110101 |
Color Harmonies of #FB14D5
Complementary color
Monochromatic Colors of #FB14D5
Black with #FB14D5
Text Example
Text Example
White with #FB14D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB14D5; }
p { color: rgb(251,20,213); }
H1.HeaderClassName
{
color: #FB14D5;
}
.AnyTagClassName
{
color: #FB14D5;
}
</style>
background-color css
<style>
a { background-color: #FB14D5; }
a { background-color: rgb(251,20,213); }
div.DivClassName
{
background-color: #FB14D5;
}
.BgClassName
{
background-color: #FB14D5;
}
</style>
border-color css
<style>
span { border-color: #FB14D5; }
span { border-color: rgb(251,20,213); }
td.TdClassName
{
border-color: #FB14D5;
}
.TagClassName
{
border-color: #FB14D5;
}
</style>