Shades of Hot Pink #FF5DBA
Tints of Hot Pink #FF5DBA
RGB
CMYK
RGB Variations
Color information
#FF5DBA (or 0xFF5DBA) is known color: Hot Pink. HEX triplet: FF, 5D and BA. RGB value is (255,93,186). Sum of RGB (Red+Green+Blue) = 255+93+186=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 93 (36.72% from 255 or 17.42% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5DBA is #00A245. Grayscale: #979797. Windows color (decimal): -41542 or 12213759. OLE color: 12213759.
HSL color Cylindrical-coordinate representation of color #FF5DBA: hue angle of 325.56º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5DBA is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 186 | - |
| CMYK | 0 | 0.64 | 0.27 | 0 |
| HSL | 325.56º | 1% | 0.68% | - |
| HSV(B) | 325.56º | 0.64% | 1% | - |
| XYZ | 54.02 | 32.63 | 49.91 | - |
| YUV | 152.04 | 147.17 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 186 | 0 | 0.64 | 0.27 | 0 | 325.56 | 1 | 0.68 |
| Hex | FF | 5D | BA | 0 | 40 | 1B | 0 | 146 | 64 | 44 |
| Octal | 377 | 135 | 272 | 0 | 100 | 33 | 0 | 506 | 144 | 104 |
| Binary | 11111111 | 1011101 | 10111010 | 0 | 1000000 | 11011 | 0 | 101000110 | 1100100 | 1000100 |
Color Harmonies of #FF5DBA
Complementary color
Monochromatic Colors of #FF5DBA
Black with #FF5DBA
Text Example
Text Example
White with #FF5DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5DBA; }
p { color: rgb(255,93,186); }
H1.HeaderClassName
{
color: #FF5DBA;
}
.AnyTagClassName
{
color: #FF5DBA;
}
</style>
background-color css
<style>
a { background-color: #FF5DBA; }
a { background-color: rgb(255,93,186); }
div.DivClassName
{
background-color: #FF5DBA;
}
.BgClassName
{
background-color: #FF5DBA;
}
</style>
border-color css
<style>
span { border-color: #FF5DBA; }
span { border-color: rgb(255,93,186); }
td.TdClassName
{
border-color: #FF5DBA;
}
.TagClassName
{
border-color: #FF5DBA;
}
</style>