Shades of Hot Pink #FE70AD
Tints of Hot Pink #FE70AD
RGB
CMYK
RGB Variations
Color information
#FE70AD (or 0xFE70AD) is known color: Hot Pink. HEX triplet: FE, 70 and AD. RGB value is (254,112,173). Sum of RGB (Red+Green+Blue) = 254+112+173=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE70AD is #018F52. Grayscale: #A1A1A1. Windows color (decimal): -102227 or 11366654. OLE color: 11366654.
HSL color Cylindrical-coordinate representation of color #FE70AD: hue angle of 334.23º 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 #FE70AD is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 173 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.00 |
| HSL | 334.23º | 0.99% | 0.72% | - |
| HSV(B) | 334.23º | 0.56% | 1% | - |
| XYZ | 54.21 | 35.68 | 43.56 | - |
| YUV | 161.41 | 134.54 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 173 | 0 | 0.56 | 0.32 | 0.00 | 334.23 | 0.99 | 0.72 |
| Hex | FE | 70 | AD | 0 | 38 | 20 | 0 | 14E | 63 | 48 |
| Octal | 376 | 160 | 255 | 0 | 70 | 40 | 0 | 516 | 143 | 110 |
| Binary | 11111110 | 1110000 | 10101101 | 0 | 111000 | 100000 | 0 | 101001110 | 1100011 | 1001000 |
Color Harmonies of #FE70AD
Complementary color
Monochromatic Colors of #FE70AD
Black with #FE70AD
Text Example
Text Example
White with #FE70AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE70AD; }
p { color: rgb(254,112,173); }
H1.HeaderClassName
{
color: #FE70AD;
}
.AnyTagClassName
{
color: #FE70AD;
}
</style>
background-color css
<style>
a { background-color: #FE70AD; }
a { background-color: rgb(254,112,173); }
div.DivClassName
{
background-color: #FE70AD;
}
.BgClassName
{
background-color: #FE70AD;
}
</style>
border-color css
<style>
span { border-color: #FE70AD; }
span { border-color: rgb(254,112,173); }
td.TdClassName
{
border-color: #FE70AD;
}
.TagClassName
{
border-color: #FE70AD;
}
</style>