Shades of Hot Pink #FD5EBA
Tints of Hot Pink #FD5EBA
RGB
CMYK
RGB Variations
Color information
#FD5EBA (or 0xFD5EBA) is known color: Hot Pink. HEX triplet: FD, 5E and BA. RGB value is (253,94,186). Sum of RGB (Red+Green+Blue) = 253+94+186=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 94 (37.11% from 255 or 17.64% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5EBA is #02A145. Grayscale: #979797. Windows color (decimal): -172358 or 12214013. OLE color: 12214013.
HSL color Cylindrical-coordinate representation of color #FD5EBA: hue angle of 325.28º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FD5EBA is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 94 | 186 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.01 |
| HSL | 325.28º | 0.98% | 0.68% | - |
| HSV(B) | 325.28º | 0.63% | 0.99% | - |
| XYZ | 53.37 | 32.43 | 49.9 | - |
| YUV | 152.03 | 147.18 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 94 | 186 | 0 | 0.63 | 0.26 | 0.01 | 325.28 | 0.98 | 0.68 |
| Hex | FD | 5E | BA | 0 | 3F | 1A | 1 | 145 | 62 | 44 |
| Octal | 375 | 136 | 272 | 0 | 77 | 32 | 1 | 505 | 142 | 104 |
| Binary | 11111101 | 1011110 | 10111010 | 0 | 111111 | 11010 | 1 | 101000101 | 1100010 | 1000100 |
Color Harmonies of #FD5EBA
Complementary color
Monochromatic Colors of #FD5EBA
Black with #FD5EBA
Text Example
Text Example
White with #FD5EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5EBA; }
p { color: rgb(253,94,186); }
H1.HeaderClassName
{
color: #FD5EBA;
}
.AnyTagClassName
{
color: #FD5EBA;
}
</style>
background-color css
<style>
a { background-color: #FD5EBA; }
a { background-color: rgb(253,94,186); }
div.DivClassName
{
background-color: #FD5EBA;
}
.BgClassName
{
background-color: #FD5EBA;
}
</style>
border-color css
<style>
span { border-color: #FD5EBA; }
span { border-color: rgb(253,94,186); }
td.TdClassName
{
border-color: #FD5EBA;
}
.TagClassName
{
border-color: #FD5EBA;
}
</style>