Shades of Hot Pink #FF5FB1
Tints of Hot Pink #FF5FB1
RGB
CMYK
RGB Variations
Color information
#FF5FB1 (or 0xFF5FB1) is known color: Hot Pink. HEX triplet: FF, 5F and B1. RGB value is (255,95,177). Sum of RGB (Red+Green+Blue) = 255+95+177=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 95 (37.5% from 255 or 18.03% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5FB1 is #00A04E. Grayscale: #989898. Windows color (decimal): -41039 or 11624447. OLE color: 11624447.
HSL color Cylindrical-coordinate representation of color #FF5FB1: hue angle of 329.25º 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 #FF5FB1 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 177 | - |
| CMYK | 0 | 0.63 | 0.31 | 0 |
| HSL | 329.25º | 1% | 0.69% | - |
| HSV(B) | 329.25º | 0.63% | 1% | - |
| XYZ | 53.27 | 32.62 | 45.08 | - |
| YUV | 152.19 | 142.01 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 177 | 0 | 0.63 | 0.31 | 0 | 329.25 | 1 | 0.69 |
| Hex | FF | 5F | B1 | 0 | 3F | 1F | 0 | 149 | 64 | 45 |
| Octal | 377 | 137 | 261 | 0 | 77 | 37 | 0 | 511 | 144 | 105 |
| Binary | 11111111 | 1011111 | 10110001 | 0 | 111111 | 11111 | 0 | 101001001 | 1100100 | 1000101 |
Color Harmonies of #FF5FB1
Complementary color
Monochromatic Colors of #FF5FB1
Black with #FF5FB1
Text Example
Text Example
White with #FF5FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5FB1; }
p { color: rgb(255,95,177); }
H1.HeaderClassName
{
color: #FF5FB1;
}
.AnyTagClassName
{
color: #FF5FB1;
}
</style>
background-color css
<style>
a { background-color: #FF5FB1; }
a { background-color: rgb(255,95,177); }
div.DivClassName
{
background-color: #FF5FB1;
}
.BgClassName
{
background-color: #FF5FB1;
}
</style>
border-color css
<style>
span { border-color: #FF5FB1; }
span { border-color: rgb(255,95,177); }
td.TdClassName
{
border-color: #FF5FB1;
}
.TagClassName
{
border-color: #FF5FB1;
}
</style>