Shades of Hot Pink #FE74B4
Tints of Hot Pink #FE74B4
RGB
CMYK
RGB Variations
Color information
#FE74B4 (or 0xFE74B4) is known color: Hot Pink. HEX triplet: FE, 74 and B4. RGB value is (254,116,180). Sum of RGB (Red+Green+Blue) = 254+116+180=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 116 (45.70% from 255 or 21.09% from 550); Blue value is 180 (70.70% from 255 or 32.73% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE74B4 is #018B4B. Grayscale: #A4A4A4. Windows color (decimal): -101196 or 11826430. OLE color: 11826430.
HSL color Cylindrical-coordinate representation of color #FE74B4: hue angle of 332.17º 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 #FE74B4 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 180 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.00 |
| HSL | 332.17º | 0.99% | 0.73% | - |
| HSV(B) | 332.17º | 0.54% | 1% | - |
| XYZ | 55.36 | 36.86 | 47.38 | - |
| YUV | 164.56 | 136.72 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 180 | 0 | 0.54 | 0.29 | 0.00 | 332.17 | 0.99 | 0.73 |
| Hex | FE | 74 | B4 | 0 | 36 | 1D | 0 | 14C | 63 | 49 |
| Octal | 376 | 164 | 264 | 0 | 66 | 35 | 0 | 514 | 143 | 111 |
| Binary | 11111110 | 1110100 | 10110100 | 0 | 110110 | 11101 | 0 | 101001100 | 1100011 | 1001001 |
Color Harmonies of #FE74B4
Complementary color
Monochromatic Colors of #FE74B4
Black with #FE74B4
Text Example
Text Example
White with #FE74B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE74B4; }
p { color: rgb(254,116,180); }
H1.HeaderClassName
{
color: #FE74B4;
}
.AnyTagClassName
{
color: #FE74B4;
}
</style>
background-color css
<style>
a { background-color: #FE74B4; }
a { background-color: rgb(254,116,180); }
div.DivClassName
{
background-color: #FE74B4;
}
.BgClassName
{
background-color: #FE74B4;
}
</style>
border-color css
<style>
span { border-color: #FE74B4; }
span { border-color: rgb(254,116,180); }
td.TdClassName
{
border-color: #FE74B4;
}
.TagClassName
{
border-color: #FE74B4;
}
</style>