Shades of Hot Pink #FE5BBC
Tints of Hot Pink #FE5BBC
RGB
CMYK
RGB Variations
Color information
#FE5BBC (or 0xFE5BBC) is known color: Hot Pink. HEX triplet: FE, 5B and BC. RGB value is (254,91,188). Sum of RGB (Red+Green+Blue) = 254+91+188=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 91 (35.94% from 255 or 17.07% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5BBC is #01A443. Grayscale: #969696. Windows color (decimal): -107588 or 12344318. OLE color: 12344318.
HSL color Cylindrical-coordinate representation of color #FE5BBC: hue angle of 324.29º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5BBC is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 188 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.00 |
| HSL | 324.29º | 0.99% | 0.68% | - |
| HSV(B) | 324.29º | 0.64% | 1% | - |
| XYZ | 53.69 | 32.18 | 50.96 | - |
| YUV | 150.8 | 149 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 188 | 0 | 0.64 | 0.26 | 0.00 | 324.29 | 0.99 | 0.68 |
| Hex | FE | 5B | BC | 0 | 40 | 1A | 0 | 144 | 63 | 44 |
| Octal | 376 | 133 | 274 | 0 | 100 | 32 | 0 | 504 | 143 | 104 |
| Binary | 11111110 | 1011011 | 10111100 | 0 | 1000000 | 11010 | 0 | 101000100 | 1100011 | 1000100 |
Color Harmonies of #FE5BBC
Complementary color
Monochromatic Colors of #FE5BBC
Black with #FE5BBC
Text Example
Text Example
White with #FE5BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5BBC; }
p { color: rgb(254,91,188); }
H1.HeaderClassName
{
color: #FE5BBC;
}
.AnyTagClassName
{
color: #FE5BBC;
}
</style>
background-color css
<style>
a { background-color: #FE5BBC; }
a { background-color: rgb(254,91,188); }
div.DivClassName
{
background-color: #FE5BBC;
}
.BgClassName
{
background-color: #FE5BBC;
}
</style>
border-color css
<style>
span { border-color: #FE5BBC; }
span { border-color: rgb(254,91,188); }
td.TdClassName
{
border-color: #FE5BBC;
}
.TagClassName
{
border-color: #FE5BBC;
}
</style>