Shades of Hot Pink #FE74B9
Tints of Hot Pink #FE74B9
RGB
CMYK
RGB Variations
Color information
#FE74B9 (or 0xFE74B9) is known color: Hot Pink. HEX triplet: FE, 74 and B9. RGB value is (254,116,185). Sum of RGB (Red+Green+Blue) = 254+116+185=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 116 (45.70% from 255 or 20.90% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE74B9 is #018B46. Grayscale: #A4A4A4. Windows color (decimal): -101191 or 12154110. OLE color: 12154110.
HSL color Cylindrical-coordinate representation of color #FE74B9: hue angle of 330º 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 #FE74B9 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 185 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.00 |
| HSL | 330º | 0.99% | 0.73% | - |
| HSV(B) | 330º | 0.54% | 1% | - |
| XYZ | 55.88 | 37.06 | 50.11 | - |
| YUV | 165.13 | 139.22 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 185 | 0 | 0.54 | 0.27 | 0.00 | 330 | 0.99 | 0.73 |
| Hex | FE | 74 | B9 | 0 | 36 | 1B | 0 | 14A | 63 | 49 |
| Octal | 376 | 164 | 271 | 0 | 66 | 33 | 0 | 512 | 143 | 111 |
| Binary | 11111110 | 1110100 | 10111001 | 0 | 110110 | 11011 | 0 | 101001010 | 1100011 | 1001001 |
Color Harmonies of #FE74B9
Complementary color
Monochromatic Colors of #FE74B9
Black with #FE74B9
Text Example
Text Example
White with #FE74B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE74B9; }
p { color: rgb(254,116,185); }
H1.HeaderClassName
{
color: #FE74B9;
}
.AnyTagClassName
{
color: #FE74B9;
}
</style>
background-color css
<style>
a { background-color: #FE74B9; }
a { background-color: rgb(254,116,185); }
div.DivClassName
{
background-color: #FE74B9;
}
.BgClassName
{
background-color: #FE74B9;
}
</style>
border-color css
<style>
span { border-color: #FE74B9; }
span { border-color: rgb(254,116,185); }
td.TdClassName
{
border-color: #FE74B9;
}
.TagClassName
{
border-color: #FE74B9;
}
</style>