Shades of Hot Pink #FE5BB8
Tints of Hot Pink #FE5BB8
RGB
CMYK
RGB Variations
Color information
#FE5BB8 (or 0xFE5BB8) is known color: Hot Pink. HEX triplet: FE, 5B and B8. RGB value is (254,91,184). Sum of RGB (Red+Green+Blue) = 254+91+184=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 91 (35.94% from 255 or 17.20% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5BB8 is #01A447. Grayscale: #969696. Windows color (decimal): -107592 or 12082174. OLE color: 12082174.
HSL color Cylindrical-coordinate representation of color #FE5BB8: hue angle of 325.77º 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 #FE5BB8 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 184 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.00 |
| HSL | 325.77º | 0.99% | 0.68% | - |
| HSV(B) | 325.77º | 0.64% | 1% | - |
| XYZ | 53.27 | 32.01 | 48.72 | - |
| YUV | 150.34 | 147 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 184 | 0 | 0.64 | 0.28 | 0.00 | 325.77 | 0.99 | 0.68 |
| Hex | FE | 5B | B8 | 0 | 40 | 1C | 0 | 146 | 63 | 44 |
| Octal | 376 | 133 | 270 | 0 | 100 | 34 | 0 | 506 | 143 | 104 |
| Binary | 11111110 | 1011011 | 10111000 | 0 | 1000000 | 11100 | 0 | 101000110 | 1100011 | 1000100 |
Color Harmonies of #FE5BB8
Complementary color
Monochromatic Colors of #FE5BB8
Black with #FE5BB8
Text Example
Text Example
White with #FE5BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5BB8; }
p { color: rgb(254,91,184); }
H1.HeaderClassName
{
color: #FE5BB8;
}
.AnyTagClassName
{
color: #FE5BB8;
}
</style>
background-color css
<style>
a { background-color: #FE5BB8; }
a { background-color: rgb(254,91,184); }
div.DivClassName
{
background-color: #FE5BB8;
}
.BgClassName
{
background-color: #FE5BB8;
}
</style>
border-color css
<style>
span { border-color: #FE5BB8; }
span { border-color: rgb(254,91,184); }
td.TdClassName
{
border-color: #FE5BB8;
}
.TagClassName
{
border-color: #FE5BB8;
}
</style>