Shades of Hot Pink #FF5FB4
Tints of Hot Pink #FF5FB4
RGB
CMYK
RGB Variations
Color information
#FF5FB4 (or 0xFF5FB4) is known color: Hot Pink. HEX triplet: FF, 5F and B4. RGB value is (255,95,180). Sum of RGB (Red+Green+Blue) = 255+95+180=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5FB4 is #00A04B. Grayscale: #989898. Windows color (decimal): -41036 or 11821055. OLE color: 11821055.
HSL color Cylindrical-coordinate representation of color #FF5FB4: hue angle of 328.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 #FF5FB4 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 180 | - |
| CMYK | 0 | 0.63 | 0.29 | 0 |
| HSL | 328.13º | 1% | 0.69% | - |
| HSV(B) | 328.13º | 0.63% | 1% | - |
| XYZ | 53.57 | 32.74 | 46.68 | - |
| YUV | 152.53 | 143.51 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 180 | 0 | 0.63 | 0.29 | 0 | 328.13 | 1 | 0.69 |
| Hex | FF | 5F | B4 | 0 | 3F | 1D | 0 | 148 | 64 | 45 |
| Octal | 377 | 137 | 264 | 0 | 77 | 35 | 0 | 510 | 144 | 105 |
| Binary | 11111111 | 1011111 | 10110100 | 0 | 111111 | 11101 | 0 | 101001000 | 1100100 | 1000101 |
Color Harmonies of #FF5FB4
Complementary color
Monochromatic Colors of #FF5FB4
Black with #FF5FB4
Text Example
Text Example
White with #FF5FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5FB4; }
p { color: rgb(255,95,180); }
H1.HeaderClassName
{
color: #FF5FB4;
}
.AnyTagClassName
{
color: #FF5FB4;
}
</style>
background-color css
<style>
a { background-color: #FF5FB4; }
a { background-color: rgb(255,95,180); }
div.DivClassName
{
background-color: #FF5FB4;
}
.BgClassName
{
background-color: #FF5FB4;
}
</style>
border-color css
<style>
span { border-color: #FF5FB4; }
span { border-color: rgb(255,95,180); }
td.TdClassName
{
border-color: #FF5FB4;
}
.TagClassName
{
border-color: #FF5FB4;
}
</style>