Shades of Hot Pink #FF55BA
Tints of Hot Pink #FF55BA
RGB
CMYK
RGB Variations
Color information
#FF55BA (or 0xFF55BA) is known color: Hot Pink. HEX triplet: FF, 55 and BA. RGB value is (255,85,186). Sum of RGB (Red+Green+Blue) = 255+85+186=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 85 (33.59% from 255 or 16.16% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55BA is #00AA45. Grayscale: #939393. Windows color (decimal): -43590 or 12211711. OLE color: 12211711.
HSL color Cylindrical-coordinate representation of color #FF55BA: hue angle of 324.35º 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 #FF55BA is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 186 | - |
| CMYK | 0 | 0.67 | 0.27 | 0 |
| HSL | 324.35º | 1% | 0.67% | - |
| HSV(B) | 324.35º | 0.67% | 1% | - |
| XYZ | 53.35 | 31.3 | 49.68 | - |
| YUV | 147.34 | 149.82 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 186 | 0 | 0.67 | 0.27 | 0 | 324.35 | 1 | 0.67 |
| Hex | FF | 55 | BA | 0 | 43 | 1B | 0 | 144 | 64 | 43 |
| Octal | 377 | 125 | 272 | 0 | 103 | 33 | 0 | 504 | 144 | 103 |
| Binary | 11111111 | 1010101 | 10111010 | 0 | 1000011 | 11011 | 0 | 101000100 | 1100100 | 1000011 |
Color Harmonies of #FF55BA
Complementary color
Monochromatic Colors of #FF55BA
Black with #FF55BA
Text Example
Text Example
White with #FF55BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55BA; }
p { color: rgb(255,85,186); }
H1.HeaderClassName
{
color: #FF55BA;
}
.AnyTagClassName
{
color: #FF55BA;
}
</style>
background-color css
<style>
a { background-color: #FF55BA; }
a { background-color: rgb(255,85,186); }
div.DivClassName
{
background-color: #FF55BA;
}
.BgClassName
{
background-color: #FF55BA;
}
</style>
border-color css
<style>
span { border-color: #FF55BA; }
span { border-color: rgb(255,85,186); }
td.TdClassName
{
border-color: #FF55BA;
}
.TagClassName
{
border-color: #FF55BA;
}
</style>