Shades of Hot Pink #FE70AB
Tints of Hot Pink #FE70AB
RGB
CMYK
RGB Variations
Color information
#FE70AB (or 0xFE70AB) is known color: Hot Pink. HEX triplet: FE, 70 and AB. RGB value is (254,112,171). Sum of RGB (Red+Green+Blue) = 254+112+171=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE70AB is #018F54. Grayscale: #A1A1A1. Windows color (decimal): -102229 or 11235582. OLE color: 11235582.
HSL color Cylindrical-coordinate representation of color #FE70AB: hue angle of 335.07º 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 #FE70AB is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 171 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.00 |
| HSL | 335.07º | 0.99% | 0.72% | - |
| HSV(B) | 335.07º | 0.56% | 1% | - |
| XYZ | 54.02 | 35.6 | 42.55 | - |
| YUV | 161.18 | 133.54 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 171 | 0 | 0.56 | 0.33 | 0.00 | 335.07 | 0.99 | 0.72 |
| Hex | FE | 70 | AB | 0 | 38 | 21 | 0 | 14F | 63 | 48 |
| Octal | 376 | 160 | 253 | 0 | 70 | 41 | 0 | 517 | 143 | 110 |
| Binary | 11111110 | 1110000 | 10101011 | 0 | 111000 | 100001 | 0 | 101001111 | 1100011 | 1001000 |
Color Harmonies of #FE70AB
Complementary color
Monochromatic Colors of #FE70AB
Black with #FE70AB
Text Example
Text Example
White with #FE70AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE70AB; }
p { color: rgb(254,112,171); }
H1.HeaderClassName
{
color: #FE70AB;
}
.AnyTagClassName
{
color: #FE70AB;
}
</style>
background-color css
<style>
a { background-color: #FE70AB; }
a { background-color: rgb(254,112,171); }
div.DivClassName
{
background-color: #FE70AB;
}
.BgClassName
{
background-color: #FE70AB;
}
</style>
border-color css
<style>
span { border-color: #FE70AB; }
span { border-color: rgb(254,112,171); }
td.TdClassName
{
border-color: #FE70AB;
}
.TagClassName
{
border-color: #FE70AB;
}
</style>