Shades of Hot Pink #FF5DBE
Tints of Hot Pink #FF5DBE
RGB
CMYK
RGB Variations
Color information
#FF5DBE (or 0xFF5DBE) is known color: Hot Pink. HEX triplet: FF, 5D and BE. RGB value is (255,93,190). Sum of RGB (Red+Green+Blue) = 255+93+190=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 93 (36.72% from 255 or 17.29% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5DBE is #00A241. Grayscale: #989898. Windows color (decimal): -41538 or 12475903. OLE color: 12475903.
HSL color Cylindrical-coordinate representation of color #FF5DBE: hue angle of 324.07º 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 #FF5DBE is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 190 | - |
| CMYK | 0 | 0.64 | 0.25 | 0 |
| HSL | 324.07º | 1% | 0.68% | - |
| HSV(B) | 324.07º | 0.64% | 1% | - |
| XYZ | 54.45 | 32.81 | 52.18 | - |
| YUV | 152.5 | 149.17 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 190 | 0 | 0.64 | 0.25 | 0 | 324.07 | 1 | 0.68 |
| Hex | FF | 5D | BE | 0 | 40 | 19 | 0 | 144 | 64 | 44 |
| Octal | 377 | 135 | 276 | 0 | 100 | 31 | 0 | 504 | 144 | 104 |
| Binary | 11111111 | 1011101 | 10111110 | 0 | 1000000 | 11001 | 0 | 101000100 | 1100100 | 1000100 |
Color Harmonies of #FF5DBE
Complementary color
Monochromatic Colors of #FF5DBE
Black with #FF5DBE
Text Example
Text Example
White with #FF5DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5DBE; }
p { color: rgb(255,93,190); }
H1.HeaderClassName
{
color: #FF5DBE;
}
.AnyTagClassName
{
color: #FF5DBE;
}
</style>
background-color css
<style>
a { background-color: #FF5DBE; }
a { background-color: rgb(255,93,190); }
div.DivClassName
{
background-color: #FF5DBE;
}
.BgClassName
{
background-color: #FF5DBE;
}
</style>
border-color css
<style>
span { border-color: #FF5DBE; }
span { border-color: rgb(255,93,190); }
td.TdClassName
{
border-color: #FF5DBE;
}
.TagClassName
{
border-color: #FF5DBE;
}
</style>