Shades of Hot Pink #FE5DBB
Tints of Hot Pink #FE5DBB
RGB
CMYK
RGB Variations
Color information
#FE5DBB (or 0xFE5DBB) is known color: Hot Pink. HEX triplet: FE, 5D and BB. RGB value is (254,93,187). Sum of RGB (Red+Green+Blue) = 254+93+187=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 93 (36.72% from 255 or 17.42% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5DBB is #01A244. Grayscale: #979797. Windows color (decimal): -107077 or 12279294. OLE color: 12279294.
HSL color Cylindrical-coordinate representation of color #FE5DBB: hue angle of 324.97º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5DBB is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 187 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.00 |
| HSL | 324.97º | 0.99% | 0.68% | - |
| HSV(B) | 324.97º | 0.63% | 1% | - |
| XYZ | 53.76 | 32.49 | 50.45 | - |
| YUV | 151.86 | 147.84 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 187 | 0 | 0.63 | 0.26 | 0.00 | 324.97 | 0.99 | 0.68 |
| Hex | FE | 5D | BB | 0 | 3F | 1A | 0 | 145 | 63 | 44 |
| Octal | 376 | 135 | 273 | 0 | 77 | 32 | 0 | 505 | 143 | 104 |
| Binary | 11111110 | 1011101 | 10111011 | 0 | 111111 | 11010 | 0 | 101000101 | 1100011 | 1000100 |
Color Harmonies of #FE5DBB
Complementary color
Monochromatic Colors of #FE5DBB
Black with #FE5DBB
Text Example
Text Example
White with #FE5DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5DBB; }
p { color: rgb(254,93,187); }
H1.HeaderClassName
{
color: #FE5DBB;
}
.AnyTagClassName
{
color: #FE5DBB;
}
</style>
background-color css
<style>
a { background-color: #FE5DBB; }
a { background-color: rgb(254,93,187); }
div.DivClassName
{
background-color: #FE5DBB;
}
.BgClassName
{
background-color: #FE5DBB;
}
</style>
border-color css
<style>
span { border-color: #FE5DBB; }
span { border-color: rgb(254,93,187); }
td.TdClassName
{
border-color: #FE5DBB;
}
.TagClassName
{
border-color: #FE5DBB;
}
</style>