Shades of Hot Pink #FE74BB
Tints of Hot Pink #FE74BB
RGB
CMYK
RGB Variations
Color information
#FE74BB (or 0xFE74BB) is known color: Hot Pink. HEX triplet: FE, 74 and BB. RGB value is (254,116,187). Sum of RGB (Red+Green+Blue) = 254+116+187=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 116 (45.70% from 255 or 20.83% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE74BB is #018B44. Grayscale: #A5A5A5. Windows color (decimal): -101189 or 12285182. OLE color: 12285182.
HSL color Cylindrical-coordinate representation of color #FE74BB: hue angle of 329.13º 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 #FE74BB is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 187 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.00 |
| HSL | 329.13º | 0.99% | 0.73% | - |
| HSV(B) | 329.13º | 0.54% | 1% | - |
| XYZ | 56.09 | 37.15 | 51.23 | - |
| YUV | 165.36 | 140.22 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 187 | 0 | 0.54 | 0.26 | 0.00 | 329.13 | 0.99 | 0.73 |
| Hex | FE | 74 | BB | 0 | 36 | 1A | 0 | 149 | 63 | 49 |
| Octal | 376 | 164 | 273 | 0 | 66 | 32 | 0 | 511 | 143 | 111 |
| Binary | 11111110 | 1110100 | 10111011 | 0 | 110110 | 11010 | 0 | 101001001 | 1100011 | 1001001 |
Color Harmonies of #FE74BB
Complementary color
Monochromatic Colors of #FE74BB
Black with #FE74BB
Text Example
Text Example
White with #FE74BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE74BB; }
p { color: rgb(254,116,187); }
H1.HeaderClassName
{
color: #FE74BB;
}
.AnyTagClassName
{
color: #FE74BB;
}
</style>
background-color css
<style>
a { background-color: #FE74BB; }
a { background-color: rgb(254,116,187); }
div.DivClassName
{
background-color: #FE74BB;
}
.BgClassName
{
background-color: #FE74BB;
}
</style>
border-color css
<style>
span { border-color: #FE74BB; }
span { border-color: rgb(254,116,187); }
td.TdClassName
{
border-color: #FE74BB;
}
.TagClassName
{
border-color: #FE74BB;
}
</style>