Shades of Hot Pink #FE51BA
Tints of Hot Pink #FE51BA
RGB
CMYK
RGB Variations
Color information
#FE51BA (or 0xFE51BA) is known color: Hot Pink. HEX triplet: FE, 51 and BA. RGB value is (254,81,186). Sum of RGB (Red+Green+Blue) = 254+81+186=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 81 (32.03% from 255 or 15.55% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE51BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE51BA is #01AE45. Grayscale: #909090. Windows color (decimal): -110150 or 12210686. OLE color: 12210686.
HSL color Cylindrical-coordinate representation of color #FE51BA: hue angle of 323.58º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE51BA is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 186 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.00 |
| HSL | 323.58º | 0.99% | 0.66% | - |
| HSV(B) | 323.58º | 0.68% | 1% | - |
| XYZ | 52.68 | 30.5 | 49.57 | - |
| YUV | 144.7 | 151.31 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 186 | 0 | 0.68 | 0.27 | 0.00 | 323.58 | 0.99 | 0.66 |
| Hex | FE | 51 | BA | 0 | 44 | 1B | 0 | 144 | 63 | 42 |
| Octal | 376 | 121 | 272 | 0 | 104 | 33 | 0 | 504 | 143 | 102 |
| Binary | 11111110 | 1010001 | 10111010 | 0 | 1000100 | 11011 | 0 | 101000100 | 1100011 | 1000010 |
Color Harmonies of #FE51BA
Complementary color
Monochromatic Colors of #FE51BA
Black with #FE51BA
Text Example
Text Example
White with #FE51BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE51BA; }
p { color: rgb(254,81,186); }
H1.HeaderClassName
{
color: #FE51BA;
}
.AnyTagClassName
{
color: #FE51BA;
}
</style>
background-color css
<style>
a { background-color: #FE51BA; }
a { background-color: rgb(254,81,186); }
div.DivClassName
{
background-color: #FE51BA;
}
.BgClassName
{
background-color: #FE51BA;
}
</style>
border-color css
<style>
span { border-color: #FE51BA; }
span { border-color: rgb(254,81,186); }
td.TdClassName
{
border-color: #FE51BA;
}
.TagClassName
{
border-color: #FE51BA;
}
</style>