Shades of Hot Pink #FF71BC
Tints of Hot Pink #FF71BC
RGB
CMYK
RGB Variations
Color information
#FF71BC (or 0xFF71BC) is known color: Hot Pink. HEX triplet: FF, 71 and BC. RGB value is (255,113,188). Sum of RGB (Red+Green+Blue) = 255+113+188=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 113 (44.53% from 255 or 20.32% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF71BC is #008E43. Grayscale: #A3A3A3. Windows color (decimal): -36420 or 12349951. OLE color: 12349951.
HSL color Cylindrical-coordinate representation of color #FF71BC: hue angle of 328.31º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF71BC is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 188 | - |
| CMYK | 0 | 0.56 | 0.26 | 0 |
| HSL | 328.31º | 1% | 0.72% | - |
| HSV(B) | 328.31º | 0.56% | 1% | - |
| XYZ | 56.22 | 36.7 | 51.7 | - |
| YUV | 164.01 | 141.54 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 188 | 0 | 0.56 | 0.26 | 0 | 328.31 | 1 | 0.72 |
| Hex | FF | 71 | BC | 0 | 38 | 1A | 0 | 148 | 64 | 48 |
| Octal | 377 | 161 | 274 | 0 | 70 | 32 | 0 | 510 | 144 | 110 |
| Binary | 11111111 | 1110001 | 10111100 | 0 | 111000 | 11010 | 0 | 101001000 | 1100100 | 1001000 |
Color Harmonies of #FF71BC
Complementary color
Monochromatic Colors of #FF71BC
Black with #FF71BC
Text Example
Text Example
White with #FF71BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF71BC; }
p { color: rgb(255,113,188); }
H1.HeaderClassName
{
color: #FF71BC;
}
.AnyTagClassName
{
color: #FF71BC;
}
</style>
background-color css
<style>
a { background-color: #FF71BC; }
a { background-color: rgb(255,113,188); }
div.DivClassName
{
background-color: #FF71BC;
}
.BgClassName
{
background-color: #FF71BC;
}
</style>
border-color css
<style>
span { border-color: #FF71BC; }
span { border-color: rgb(255,113,188); }
td.TdClassName
{
border-color: #FF71BC;
}
.TagClassName
{
border-color: #FF71BC;
}
</style>