Shades of Hot Magenta #FB14E5
Tints of Hot Magenta #FB14E5
RGB
CMYK
RGB Variations
Color information
#FB14E5 (or 0xFB14E5) is known color: Hot Magenta. HEX triplet: FB, 14 and E5. RGB value is (251,20,229). Sum of RGB (Red+Green+Blue) = 251+20+229=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 20 (8.20% from 255 or 4% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB14E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB14E5 is #04EB1A. Grayscale: #707070. Windows color (decimal): -322331 or 15013115. OLE color: 15013115.
HSL color Cylindrical-coordinate representation of color #FB14E5: hue angle of 305.71º 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 #FB14E5 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 229 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.02 |
| HSL | 305.71º | 0.97% | 0.53% | - |
| HSV(B) | 305.71º | 0.92% | 0.98% | - |
| XYZ | 54.18 | 26.67 | 76.42 | - |
| YUV | 112.9 | 193.53 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 229 | 0 | 0.92 | 0.09 | 0.02 | 305.71 | 0.97 | 0.53 |
| Hex | FB | 14 | E5 | 0 | 5C | 9 | 2 | 132 | 61 | 35 |
| Octal | 373 | 24 | 345 | 0 | 134 | 11 | 2 | 462 | 141 | 65 |
| Binary | 11111011 | 10100 | 11100101 | 0 | 1011100 | 1001 | 10 | 100110010 | 1100001 | 110101 |
Color Harmonies of #FB14E5
Complementary color
Monochromatic Colors of #FB14E5
Black with #FB14E5
Text Example
Text Example
White with #FB14E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB14E5; }
p { color: rgb(251,20,229); }
H1.HeaderClassName
{
color: #FB14E5;
}
.AnyTagClassName
{
color: #FB14E5;
}
</style>
background-color css
<style>
a { background-color: #FB14E5; }
a { background-color: rgb(251,20,229); }
div.DivClassName
{
background-color: #FB14E5;
}
.BgClassName
{
background-color: #FB14E5;
}
</style>
border-color css
<style>
span { border-color: #FB14E5; }
span { border-color: rgb(251,20,229); }
td.TdClassName
{
border-color: #FB14E5;
}
.TagClassName
{
border-color: #FB14E5;
}
</style>