Shades of Hot Pink #FE74BA
Tints of Hot Pink #FE74BA
RGB
CMYK
RGB Variations
Color information
#FE74BA (or 0xFE74BA) is known color: Hot Pink. HEX triplet: FE, 74 and BA. RGB value is (254,116,186). Sum of RGB (Red+Green+Blue) = 254+116+186=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 116 (45.70% from 255 or 20.86% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE74BA is #018B45. Grayscale: #A5A5A5. Windows color (decimal): -101190 or 12219646. OLE color: 12219646.
HSL color Cylindrical-coordinate representation of color #FE74BA: hue angle of 329.57º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE74BA is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 186 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.00 |
| HSL | 329.57º | 0.99% | 0.73% | - |
| HSV(B) | 329.57º | 0.54% | 1% | - |
| XYZ | 55.98 | 37.11 | 50.67 | - |
| YUV | 165.24 | 139.72 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 186 | 0 | 0.54 | 0.27 | 0.00 | 329.57 | 0.99 | 0.73 |
| Hex | FE | 74 | BA | 0 | 36 | 1B | 0 | 14A | 63 | 49 |
| Octal | 376 | 164 | 272 | 0 | 66 | 33 | 0 | 512 | 143 | 111 |
| Binary | 11111110 | 1110100 | 10111010 | 0 | 110110 | 11011 | 0 | 101001010 | 1100011 | 1001001 |
Color Harmonies of #FE74BA
Complementary color
Monochromatic Colors of #FE74BA
Black with #FE74BA
Text Example
Text Example
White with #FE74BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE74BA; }
p { color: rgb(254,116,186); }
H1.HeaderClassName
{
color: #FE74BA;
}
.AnyTagClassName
{
color: #FE74BA;
}
</style>
background-color css
<style>
a { background-color: #FE74BA; }
a { background-color: rgb(254,116,186); }
div.DivClassName
{
background-color: #FE74BA;
}
.BgClassName
{
background-color: #FE74BA;
}
</style>
border-color css
<style>
span { border-color: #FE74BA; }
span { border-color: rgb(254,116,186); }
td.TdClassName
{
border-color: #FE74BA;
}
.TagClassName
{
border-color: #FE74BA;
}
</style>