Shades of Hot Pink #FF55BF
Tints of Hot Pink #FF55BF
RGB
CMYK
RGB Variations
Color information
#FF55BF (or 0xFF55BF) is known color: Hot Pink. HEX triplet: FF, 55 and BF. RGB value is (255,85,191). Sum of RGB (Red+Green+Blue) = 255+85+191=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 85 (33.59% from 255 or 16.01% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55BF is #00AA40. Grayscale: #939393. Windows color (decimal): -43585 or 12539391. OLE color: 12539391.
HSL color Cylindrical-coordinate representation of color #FF55BF: hue angle of 322.59º 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 #FF55BF is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 191 | - |
| CMYK | 0 | 0.67 | 0.25 | 0 |
| HSL | 322.59º | 1% | 0.67% | - |
| HSV(B) | 322.59º | 0.67% | 1% | - |
| XYZ | 53.89 | 31.52 | 52.53 | - |
| YUV | 147.91 | 152.32 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 191 | 0 | 0.67 | 0.25 | 0 | 322.59 | 1 | 0.67 |
| Hex | FF | 55 | BF | 0 | 43 | 19 | 0 | 143 | 64 | 43 |
| Octal | 377 | 125 | 277 | 0 | 103 | 31 | 0 | 503 | 144 | 103 |
| Binary | 11111111 | 1010101 | 10111111 | 0 | 1000011 | 11001 | 0 | 101000011 | 1100100 | 1000011 |
Color Harmonies of #FF55BF
Complementary color
Monochromatic Colors of #FF55BF
Black with #FF55BF
Text Example
Text Example
White with #FF55BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55BF; }
p { color: rgb(255,85,191); }
H1.HeaderClassName
{
color: #FF55BF;
}
.AnyTagClassName
{
color: #FF55BF;
}
</style>
background-color css
<style>
a { background-color: #FF55BF; }
a { background-color: rgb(255,85,191); }
div.DivClassName
{
background-color: #FF55BF;
}
.BgClassName
{
background-color: #FF55BF;
}
</style>
border-color css
<style>
span { border-color: #FF55BF; }
span { border-color: rgb(255,85,191); }
td.TdClassName
{
border-color: #FF55BF;
}
.TagClassName
{
border-color: #FF55BF;
}
</style>