Shades of Hot Pink #FF55B7
Tints of Hot Pink #FF55B7
RGB
CMYK
RGB Variations
Color information
#FF55B7 (or 0xFF55B7) is known color: Hot Pink. HEX triplet: FF, 55 and B7. RGB value is (255,85,183). Sum of RGB (Red+Green+Blue) = 255+85+183=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 85 (33.59% from 255 or 16.25% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55B7 is #00AA48. Grayscale: #929292. Windows color (decimal): -43593 or 12015103. OLE color: 12015103.
HSL color Cylindrical-coordinate representation of color #FF55B7: hue angle of 325.41º 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 #FF55B7 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 183 | - |
| CMYK | 0 | 0.67 | 0.28 | 0 |
| HSL | 325.41º | 1% | 0.67% | - |
| HSV(B) | 325.41º | 0.67% | 1% | - |
| XYZ | 53.04 | 31.18 | 48.02 | - |
| YUV | 147 | 148.32 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 183 | 0 | 0.67 | 0.28 | 0 | 325.41 | 1 | 0.67 |
| Hex | FF | 55 | B7 | 0 | 43 | 1C | 0 | 145 | 64 | 43 |
| Octal | 377 | 125 | 267 | 0 | 103 | 34 | 0 | 505 | 144 | 103 |
| Binary | 11111111 | 1010101 | 10110111 | 0 | 1000011 | 11100 | 0 | 101000101 | 1100100 | 1000011 |
Color Harmonies of #FF55B7
Complementary color
Monochromatic Colors of #FF55B7
Black with #FF55B7
Text Example
Text Example
White with #FF55B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55B7; }
p { color: rgb(255,85,183); }
H1.HeaderClassName
{
color: #FF55B7;
}
.AnyTagClassName
{
color: #FF55B7;
}
</style>
background-color css
<style>
a { background-color: #FF55B7; }
a { background-color: rgb(255,85,183); }
div.DivClassName
{
background-color: #FF55B7;
}
.BgClassName
{
background-color: #FF55B7;
}
</style>
border-color css
<style>
span { border-color: #FF55B7; }
span { border-color: rgb(255,85,183); }
td.TdClassName
{
border-color: #FF55B7;
}
.TagClassName
{
border-color: #FF55B7;
}
</style>