Shades of Hot Pink #FF5DB5
Tints of Hot Pink #FF5DB5
RGB
CMYK
RGB Variations
Color information
#FF5DB5 (or 0xFF5DB5) is known color: Hot Pink. HEX triplet: FF, 5D and B5. RGB value is (255,93,181). Sum of RGB (Red+Green+Blue) = 255+93+181=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 93 (36.72% from 255 or 17.58% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5DB5 is #00A24A. Grayscale: #979797. Windows color (decimal): -41547 or 11886079. OLE color: 11886079.
HSL color Cylindrical-coordinate representation of color #FF5DB5: hue angle of 327.41º 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 #FF5DB5 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 181 | - |
| CMYK | 0 | 0.64 | 0.29 | 0 |
| HSL | 327.41º | 1% | 0.68% | - |
| HSV(B) | 327.41º | 0.64% | 1% | - |
| XYZ | 53.49 | 32.42 | 47.16 | - |
| YUV | 151.47 | 144.67 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 181 | 0 | 0.64 | 0.29 | 0 | 327.41 | 1 | 0.68 |
| Hex | FF | 5D | B5 | 0 | 40 | 1D | 0 | 147 | 64 | 44 |
| Octal | 377 | 135 | 265 | 0 | 100 | 35 | 0 | 507 | 144 | 104 |
| Binary | 11111111 | 1011101 | 10110101 | 0 | 1000000 | 11101 | 0 | 101000111 | 1100100 | 1000100 |
Color Harmonies of #FF5DB5
Complementary color
Monochromatic Colors of #FF5DB5
Black with #FF5DB5
Text Example
Text Example
White with #FF5DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5DB5; }
p { color: rgb(255,93,181); }
H1.HeaderClassName
{
color: #FF5DB5;
}
.AnyTagClassName
{
color: #FF5DB5;
}
</style>
background-color css
<style>
a { background-color: #FF5DB5; }
a { background-color: rgb(255,93,181); }
div.DivClassName
{
background-color: #FF5DB5;
}
.BgClassName
{
background-color: #FF5DB5;
}
</style>
border-color css
<style>
span { border-color: #FF5DB5; }
span { border-color: rgb(255,93,181); }
td.TdClassName
{
border-color: #FF5DB5;
}
.TagClassName
{
border-color: #FF5DB5;
}
</style>