Shades of Hot Pink #FE71BC
Tints of Hot Pink #FE71BC
RGB
CMYK
RGB Variations
Color information
#FE71BC (or 0xFE71BC) is known color: Hot Pink. HEX triplet: FE, 71 and BC. RGB value is (254,113,188). Sum of RGB (Red+Green+Blue) = 254+113+188=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 113 (44.53% from 255 or 20.36% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE71BC is #018E43. Grayscale: #A3A3A3. Windows color (decimal): -101956 or 12349950. OLE color: 12349950.
HSL color Cylindrical-coordinate representation of color #FE71BC: hue angle of 328.09º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE71BC is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 188 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.00 |
| HSL | 328.09º | 0.99% | 0.72% | - |
| HSV(B) | 328.09º | 0.56% | 1% | - |
| XYZ | 55.86 | 36.51 | 51.68 | - |
| YUV | 163.71 | 141.71 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 188 | 0 | 0.56 | 0.26 | 0.00 | 328.09 | 0.99 | 0.72 |
| Hex | FE | 71 | BC | 0 | 38 | 1A | 0 | 148 | 63 | 48 |
| Octal | 376 | 161 | 274 | 0 | 70 | 32 | 0 | 510 | 143 | 110 |
| Binary | 11111110 | 1110001 | 10111100 | 0 | 111000 | 11010 | 0 | 101001000 | 1100011 | 1001000 |
Color Harmonies of #FE71BC
Complementary color
Monochromatic Colors of #FE71BC
Black with #FE71BC
Text Example
Text Example
White with #FE71BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE71BC; }
p { color: rgb(254,113,188); }
H1.HeaderClassName
{
color: #FE71BC;
}
.AnyTagClassName
{
color: #FE71BC;
}
</style>
background-color css
<style>
a { background-color: #FE71BC; }
a { background-color: rgb(254,113,188); }
div.DivClassName
{
background-color: #FE71BC;
}
.BgClassName
{
background-color: #FE71BC;
}
</style>
border-color css
<style>
span { border-color: #FE71BC; }
span { border-color: rgb(254,113,188); }
td.TdClassName
{
border-color: #FE71BC;
}
.TagClassName
{
border-color: #FE71BC;
}
</style>