Shades of Hot Pink #FF5FBC
Tints of Hot Pink #FF5FBC
RGB
CMYK
RGB Variations
Color information
#FF5FBC (or 0xFF5FBC) is known color: Hot Pink. HEX triplet: FF, 5F and BC. RGB value is (255,95,188). Sum of RGB (Red+Green+Blue) = 255+95+188=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 95 (37.5% from 255 or 17.66% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5FBC is #00A043. Grayscale: #999999. Windows color (decimal): -41028 or 12345343. OLE color: 12345343.
HSL color Cylindrical-coordinate representation of color #FF5FBC: hue angle of 325.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5FBC is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 188 | - |
| CMYK | 0 | 0.63 | 0.26 | 0 |
| HSL | 325.13º | 1% | 0.69% | - |
| HSV(B) | 325.13º | 0.63% | 1% | - |
| XYZ | 54.41 | 33.08 | 51.09 | - |
| YUV | 153.44 | 147.51 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 188 | 0 | 0.63 | 0.26 | 0 | 325.13 | 1 | 0.69 |
| Hex | FF | 5F | BC | 0 | 3F | 1A | 0 | 145 | 64 | 45 |
| Octal | 377 | 137 | 274 | 0 | 77 | 32 | 0 | 505 | 144 | 105 |
| Binary | 11111111 | 1011111 | 10111100 | 0 | 111111 | 11010 | 0 | 101000101 | 1100100 | 1000101 |
Color Harmonies of #FF5FBC
Complementary color
Monochromatic Colors of #FF5FBC
Black with #FF5FBC
Text Example
Text Example
White with #FF5FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5FBC; }
p { color: rgb(255,95,188); }
H1.HeaderClassName
{
color: #FF5FBC;
}
.AnyTagClassName
{
color: #FF5FBC;
}
</style>
background-color css
<style>
a { background-color: #FF5FBC; }
a { background-color: rgb(255,95,188); }
div.DivClassName
{
background-color: #FF5FBC;
}
.BgClassName
{
background-color: #FF5FBC;
}
</style>
border-color css
<style>
span { border-color: #FF5FBC; }
span { border-color: rgb(255,95,188); }
td.TdClassName
{
border-color: #FF5FBC;
}
.TagClassName
{
border-color: #FF5FBC;
}
</style>