Shades of Hot Pink #FB55BC
Tints of Hot Pink #FB55BC
RGB
CMYK
RGB Variations
Color information
#FB55BC (or 0xFB55BC) is known color: Hot Pink. HEX triplet: FB, 55 and BC. RGB value is (251,85,188). Sum of RGB (Red+Green+Blue) = 251+85+188=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 85 (33.59% from 255 or 16.22% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB55BC is #04AA43. Grayscale: #929292. Windows color (decimal): -305732 or 12342779. OLE color: 12342779.
HSL color Cylindrical-coordinate representation of color #FB55BC: hue angle of 322.77º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB55BC is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 85 | 188 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.02 |
| HSL | 322.77º | 0.95% | 0.66% | - |
| HSV(B) | 322.77º | 0.66% | 0.98% | - |
| XYZ | 52.11 | 30.64 | 50.74 | - |
| YUV | 146.38 | 151.5 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 85 | 188 | 0 | 0.66 | 0.25 | 0.02 | 322.77 | 0.95 | 0.66 |
| Hex | FB | 55 | BC | 0 | 42 | 19 | 2 | 143 | 5F | 42 |
| Octal | 373 | 125 | 274 | 0 | 102 | 31 | 2 | 503 | 137 | 102 |
| Binary | 11111011 | 1010101 | 10111100 | 0 | 1000010 | 11001 | 10 | 101000011 | 1011111 | 1000010 |
Color Harmonies of #FB55BC
Complementary color
Monochromatic Colors of #FB55BC
Black with #FB55BC
Text Example
Text Example
White with #FB55BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB55BC; }
p { color: rgb(251,85,188); }
H1.HeaderClassName
{
color: #FB55BC;
}
.AnyTagClassName
{
color: #FB55BC;
}
</style>
background-color css
<style>
a { background-color: #FB55BC; }
a { background-color: rgb(251,85,188); }
div.DivClassName
{
background-color: #FB55BC;
}
.BgClassName
{
background-color: #FB55BC;
}
</style>
border-color css
<style>
span { border-color: #FB55BC; }
span { border-color: rgb(251,85,188); }
td.TdClassName
{
border-color: #FB55BC;
}
.TagClassName
{
border-color: #FB55BC;
}
</style>