Shades of Hot Pink #FE5DB7
Tints of Hot Pink #FE5DB7
RGB
CMYK
RGB Variations
Color information
#FE5DB7 (or 0xFE5DB7) is known color: Hot Pink. HEX triplet: FE, 5D and B7. RGB value is (254,93,183). Sum of RGB (Red+Green+Blue) = 254+93+183=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 93 (36.72% from 255 or 17.55% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5DB7 is #01A248. Grayscale: #979797. Windows color (decimal): -107081 or 12017150. OLE color: 12017150.
HSL color Cylindrical-coordinate representation of color #FE5DB7: hue angle of 326.46º 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 #FE5DB7 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 183 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.00 |
| HSL | 326.46º | 0.99% | 0.68% | - |
| HSV(B) | 326.46º | 0.63% | 1% | - |
| XYZ | 53.33 | 32.32 | 48.23 | - |
| YUV | 151.4 | 145.84 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 183 | 0 | 0.63 | 0.28 | 0.00 | 326.46 | 0.99 | 0.68 |
| Hex | FE | 5D | B7 | 0 | 3F | 1C | 0 | 146 | 63 | 44 |
| Octal | 376 | 135 | 267 | 0 | 77 | 34 | 0 | 506 | 143 | 104 |
| Binary | 11111110 | 1011101 | 10110111 | 0 | 111111 | 11100 | 0 | 101000110 | 1100011 | 1000100 |
Color Harmonies of #FE5DB7
Complementary color
Monochromatic Colors of #FE5DB7
Black with #FE5DB7
Text Example
Text Example
White with #FE5DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5DB7; }
p { color: rgb(254,93,183); }
H1.HeaderClassName
{
color: #FE5DB7;
}
.AnyTagClassName
{
color: #FE5DB7;
}
</style>
background-color css
<style>
a { background-color: #FE5DB7; }
a { background-color: rgb(254,93,183); }
div.DivClassName
{
background-color: #FE5DB7;
}
.BgClassName
{
background-color: #FE5DB7;
}
</style>
border-color css
<style>
span { border-color: #FE5DB7; }
span { border-color: rgb(254,93,183); }
td.TdClassName
{
border-color: #FE5DB7;
}
.TagClassName
{
border-color: #FE5DB7;
}
</style>