Shades of Hot Pink #FF55C0
Tints of Hot Pink #FF55C0
RGB
CMYK
RGB Variations
Color information
#FF55C0 (or 0xFF55C0) is known color: Hot Pink. HEX triplet: FF, 55 and C0. RGB value is (255,85,192). Sum of RGB (Red+Green+Blue) = 255+85+192=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 85 (33.59% from 255 or 15.98% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55C0 is #00AA3F. Grayscale: #939393. Windows color (decimal): -43584 or 12604927. OLE color: 12604927.
HSL color Cylindrical-coordinate representation of color #FF55C0: hue angle of 322.24º 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 #FF55C0 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 192 | - |
| CMYK | 0 | 0.67 | 0.25 | 0 |
| HSL | 322.24º | 1% | 0.67% | - |
| HSV(B) | 322.24º | 0.67% | 1% | - |
| XYZ | 54 | 31.56 | 53.12 | - |
| YUV | 148.03 | 152.82 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 192 | 0 | 0.67 | 0.25 | 0 | 322.24 | 1 | 0.67 |
| Hex | FF | 55 | C0 | 0 | 43 | 19 | 0 | 142 | 64 | 43 |
| Octal | 377 | 125 | 300 | 0 | 103 | 31 | 0 | 502 | 144 | 103 |
| Binary | 11111111 | 1010101 | 11000000 | 0 | 1000011 | 11001 | 0 | 101000010 | 1100100 | 1000011 |
Color Harmonies of #FF55C0
Complementary color
Monochromatic Colors of #FF55C0
Black with #FF55C0
Text Example
Text Example
White with #FF55C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55C0; }
p { color: rgb(255,85,192); }
H1.HeaderClassName
{
color: #FF55C0;
}
.AnyTagClassName
{
color: #FF55C0;
}
</style>
background-color css
<style>
a { background-color: #FF55C0; }
a { background-color: rgb(255,85,192); }
div.DivClassName
{
background-color: #FF55C0;
}
.BgClassName
{
background-color: #FF55C0;
}
</style>
border-color css
<style>
span { border-color: #FF55C0; }
span { border-color: rgb(255,85,192); }
td.TdClassName
{
border-color: #FF55C0;
}
.TagClassName
{
border-color: #FF55C0;
}
</style>