Shades of Hot Pink #FE70BC
Tints of Hot Pink #FE70BC
RGB
CMYK
RGB Variations
Color information
#FE70BC (or 0xFE70BC) is known color: Hot Pink. HEX triplet: FE, 70 and BC. RGB value is (254,112,188). Sum of RGB (Red+Green+Blue) = 254+112+188=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 112 (44.14% from 255 or 20.22% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE70BC is #018F43. Grayscale: #A2A2A2. Windows color (decimal): -102212 or 12349694. OLE color: 12349694.
HSL color Cylindrical-coordinate representation of color #FE70BC: hue angle of 327.89º 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 #FE70BC is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 188 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.00 |
| HSL | 327.89º | 0.99% | 0.72% | - |
| HSV(B) | 327.89º | 0.56% | 1% | - |
| XYZ | 55.74 | 36.29 | 51.64 | - |
| YUV | 163.12 | 142.04 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 188 | 0 | 0.56 | 0.26 | 0.00 | 327.89 | 0.99 | 0.72 |
| Hex | FE | 70 | BC | 0 | 38 | 1A | 0 | 148 | 63 | 48 |
| Octal | 376 | 160 | 274 | 0 | 70 | 32 | 0 | 510 | 143 | 110 |
| Binary | 11111110 | 1110000 | 10111100 | 0 | 111000 | 11010 | 0 | 101001000 | 1100011 | 1001000 |
Color Harmonies of #FE70BC
Complementary color
Monochromatic Colors of #FE70BC
Black with #FE70BC
Text Example
Text Example
White with #FE70BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE70BC; }
p { color: rgb(254,112,188); }
H1.HeaderClassName
{
color: #FE70BC;
}
.AnyTagClassName
{
color: #FE70BC;
}
</style>
background-color css
<style>
a { background-color: #FE70BC; }
a { background-color: rgb(254,112,188); }
div.DivClassName
{
background-color: #FE70BC;
}
.BgClassName
{
background-color: #FE70BC;
}
</style>
border-color css
<style>
span { border-color: #FE70BC; }
span { border-color: rgb(254,112,188); }
td.TdClassName
{
border-color: #FE70BC;
}
.TagClassName
{
border-color: #FE70BC;
}
</style>