Shades of Hot Pink #FE70B7
Tints of Hot Pink #FE70B7
RGB
CMYK
RGB Variations
Color information
#FE70B7 (or 0xFE70B7) is known color: Hot Pink. HEX triplet: FE, 70 and B7. RGB value is (254,112,183). Sum of RGB (Red+Green+Blue) = 254+112+183=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 112 (44.14% from 255 or 20.40% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE70B7 is #018F48. Grayscale: #A2A2A2. Windows color (decimal): -102217 or 12022014. OLE color: 12022014.
HSL color Cylindrical-coordinate representation of color #FE70B7: hue angle of 330º 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 #FE70B7 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 183 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.00 |
| HSL | 330º | 0.99% | 0.72% | - |
| HSV(B) | 330º | 0.56% | 1% | - |
| XYZ | 55.21 | 36.08 | 48.85 | - |
| YUV | 162.55 | 139.54 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 183 | 0 | 0.56 | 0.28 | 0.00 | 330 | 0.99 | 0.72 |
| Hex | FE | 70 | B7 | 0 | 38 | 1C | 0 | 14A | 63 | 48 |
| Octal | 376 | 160 | 267 | 0 | 70 | 34 | 0 | 512 | 143 | 110 |
| Binary | 11111110 | 1110000 | 10110111 | 0 | 111000 | 11100 | 0 | 101001010 | 1100011 | 1001000 |
Color Harmonies of #FE70B7
Complementary color
Monochromatic Colors of #FE70B7
Black with #FE70B7
Text Example
Text Example
White with #FE70B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE70B7; }
p { color: rgb(254,112,183); }
H1.HeaderClassName
{
color: #FE70B7;
}
.AnyTagClassName
{
color: #FE70B7;
}
</style>
background-color css
<style>
a { background-color: #FE70B7; }
a { background-color: rgb(254,112,183); }
div.DivClassName
{
background-color: #FE70B7;
}
.BgClassName
{
background-color: #FE70B7;
}
</style>
border-color css
<style>
span { border-color: #FE70B7; }
span { border-color: rgb(254,112,183); }
td.TdClassName
{
border-color: #FE70B7;
}
.TagClassName
{
border-color: #FE70B7;
}
</style>