Shades of Hot Pink #FF55B9
Tints of Hot Pink #FF55B9
RGB
CMYK
RGB Variations
Color information
#FF55B9 (or 0xFF55B9) is known color: Hot Pink. HEX triplet: FF, 55 and B9. RGB value is (255,85,185). Sum of RGB (Red+Green+Blue) = 255+85+185=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 85 (33.59% from 255 or 16.19% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55B9 is #00AA46. Grayscale: #939393. Windows color (decimal): -43591 or 12146175. OLE color: 12146175.
HSL color Cylindrical-coordinate representation of color #FF55B9: hue angle of 324.71º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF55B9 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 185 | - |
| CMYK | 0 | 0.67 | 0.27 | 0 |
| HSL | 324.71º | 1% | 0.67% | - |
| HSV(B) | 324.71º | 0.67% | 1% | - |
| XYZ | 53.25 | 31.26 | 49.13 | - |
| YUV | 147.23 | 149.32 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 185 | 0 | 0.67 | 0.27 | 0 | 324.71 | 1 | 0.67 |
| Hex | FF | 55 | B9 | 0 | 43 | 1B | 0 | 145 | 64 | 43 |
| Octal | 377 | 125 | 271 | 0 | 103 | 33 | 0 | 505 | 144 | 103 |
| Binary | 11111111 | 1010101 | 10111001 | 0 | 1000011 | 11011 | 0 | 101000101 | 1100100 | 1000011 |
Color Harmonies of #FF55B9
Complementary color
Monochromatic Colors of #FF55B9
Black with #FF55B9
Text Example
Text Example
White with #FF55B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55B9; }
p { color: rgb(255,85,185); }
H1.HeaderClassName
{
color: #FF55B9;
}
.AnyTagClassName
{
color: #FF55B9;
}
</style>
background-color css
<style>
a { background-color: #FF55B9; }
a { background-color: rgb(255,85,185); }
div.DivClassName
{
background-color: #FF55B9;
}
.BgClassName
{
background-color: #FF55B9;
}
</style>
border-color css
<style>
span { border-color: #FF55B9; }
span { border-color: rgb(255,85,185); }
td.TdClassName
{
border-color: #FF55B9;
}
.TagClassName
{
border-color: #FF55B9;
}
</style>