Shades of Hot Pink #FE71AF
Tints of Hot Pink #FE71AF
RGB
CMYK
RGB Variations
Color information
#FE71AF (or 0xFE71AF) is known color: Hot Pink. HEX triplet: FE, 71 and AF. RGB value is (254,113,175). Sum of RGB (Red+Green+Blue) = 254+113+175=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 113 (44.53% from 255 or 20.85% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE71AF is #018E50. Grayscale: #A2A2A2. Windows color (decimal): -101969 or 11497982. OLE color: 11497982.
HSL color Cylindrical-coordinate representation of color #FE71AF: hue angle of 333.62º 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 #FE71AF is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 175 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.00 |
| HSL | 333.62º | 0.99% | 0.72% | - |
| HSV(B) | 333.62º | 0.56% | 1% | - |
| XYZ | 54.52 | 35.98 | 44.63 | - |
| YUV | 162.23 | 135.21 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 175 | 0 | 0.56 | 0.31 | 0.00 | 333.62 | 0.99 | 0.72 |
| Hex | FE | 71 | AF | 0 | 38 | 1F | 0 | 14E | 63 | 48 |
| Octal | 376 | 161 | 257 | 0 | 70 | 37 | 0 | 516 | 143 | 110 |
| Binary | 11111110 | 1110001 | 10101111 | 0 | 111000 | 11111 | 0 | 101001110 | 1100011 | 1001000 |
Color Harmonies of #FE71AF
Complementary color
Monochromatic Colors of #FE71AF
Black with #FE71AF
Text Example
Text Example
White with #FE71AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE71AF; }
p { color: rgb(254,113,175); }
H1.HeaderClassName
{
color: #FE71AF;
}
.AnyTagClassName
{
color: #FE71AF;
}
</style>
background-color css
<style>
a { background-color: #FE71AF; }
a { background-color: rgb(254,113,175); }
div.DivClassName
{
background-color: #FE71AF;
}
.BgClassName
{
background-color: #FE71AF;
}
</style>
border-color css
<style>
span { border-color: #FE71AF; }
span { border-color: rgb(254,113,175); }
td.TdClassName
{
border-color: #FE71AF;
}
.TagClassName
{
border-color: #FE71AF;
}
</style>