Shades of Hot Pink #FE70B0
Tints of Hot Pink #FE70B0
RGB
CMYK
RGB Variations
Color information
#FE70B0 (or 0xFE70B0) is known color: Hot Pink. HEX triplet: FE, 70 and B0. RGB value is (254,112,176). Sum of RGB (Red+Green+Blue) = 254+112+176=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE70B0 is #018F4F. Grayscale: #A1A1A1. Windows color (decimal): -102224 or 11563262. OLE color: 11563262.
HSL color Cylindrical-coordinate representation of color #FE70B0: hue angle of 332.96º 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 #FE70B0 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 176 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.00 |
| HSL | 332.96º | 0.99% | 0.72% | - |
| HSV(B) | 332.96º | 0.56% | 1% | - |
| XYZ | 54.5 | 35.79 | 45.11 | - |
| YUV | 161.75 | 136.04 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 176 | 0 | 0.56 | 0.31 | 0.00 | 332.96 | 0.99 | 0.72 |
| Hex | FE | 70 | B0 | 0 | 38 | 1F | 0 | 14D | 63 | 48 |
| Octal | 376 | 160 | 260 | 0 | 70 | 37 | 0 | 515 | 143 | 110 |
| Binary | 11111110 | 1110000 | 10110000 | 0 | 111000 | 11111 | 0 | 101001101 | 1100011 | 1001000 |
Color Harmonies of #FE70B0
Complementary color
Monochromatic Colors of #FE70B0
Black with #FE70B0
Text Example
Text Example
White with #FE70B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE70B0; }
p { color: rgb(254,112,176); }
H1.HeaderClassName
{
color: #FE70B0;
}
.AnyTagClassName
{
color: #FE70B0;
}
</style>
background-color css
<style>
a { background-color: #FE70B0; }
a { background-color: rgb(254,112,176); }
div.DivClassName
{
background-color: #FE70B0;
}
.BgClassName
{
background-color: #FE70B0;
}
</style>
border-color css
<style>
span { border-color: #FE70B0; }
span { border-color: rgb(254,112,176); }
td.TdClassName
{
border-color: #FE70B0;
}
.TagClassName
{
border-color: #FE70B0;
}
</style>