Shades of Hot Pink #FE54BD
Tints of Hot Pink #FE54BD
RGB
CMYK
RGB Variations
Color information
#FE54BD (or 0xFE54BD) is known color: Hot Pink. HEX triplet: FE, 54 and BD. RGB value is (254,84,189). Sum of RGB (Red+Green+Blue) = 254+84+189=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 84 (33.20% from 255 or 15.94% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE54BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE54BD is #01AB42. Grayscale: #929292. Windows color (decimal): -109379 or 12408062. OLE color: 12408062.
HSL color Cylindrical-coordinate representation of color #FE54BD: hue angle of 322.94º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE54BD is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 189 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.00 |
| HSL | 322.94º | 0.99% | 0.66% | - |
| HSV(B) | 322.94º | 0.67% | 1% | - |
| XYZ | 53.23 | 31.09 | 51.34 | - |
| YUV | 146.8 | 151.82 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 189 | 0 | 0.67 | 0.26 | 0.00 | 322.94 | 0.99 | 0.66 |
| Hex | FE | 54 | BD | 0 | 43 | 1A | 0 | 143 | 63 | 42 |
| Octal | 376 | 124 | 275 | 0 | 103 | 32 | 0 | 503 | 143 | 102 |
| Binary | 11111110 | 1010100 | 10111101 | 0 | 1000011 | 11010 | 0 | 101000011 | 1100011 | 1000010 |
Color Harmonies of #FE54BD
Complementary color
Monochromatic Colors of #FE54BD
Black with #FE54BD
Text Example
Text Example
White with #FE54BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE54BD; }
p { color: rgb(254,84,189); }
H1.HeaderClassName
{
color: #FE54BD;
}
.AnyTagClassName
{
color: #FE54BD;
}
</style>
background-color css
<style>
a { background-color: #FE54BD; }
a { background-color: rgb(254,84,189); }
div.DivClassName
{
background-color: #FE54BD;
}
.BgClassName
{
background-color: #FE54BD;
}
</style>
border-color css
<style>
span { border-color: #FE54BD; }
span { border-color: rgb(254,84,189); }
td.TdClassName
{
border-color: #FE54BD;
}
.TagClassName
{
border-color: #FE54BD;
}
</style>