Shades of Hot Pink #FE55C0
Tints of Hot Pink #FE55C0
RGB
CMYK
RGB Variations
Color information
#FE55C0 (or 0xFE55C0) is known color: Hot Pink. HEX triplet: FE, 55 and C0. RGB value is (254,85,192). Sum of RGB (Red+Green+Blue) = 254+85+192=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 85 (33.59% from 255 or 16.01% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE55C0 is #01AA3F. Grayscale: #939393. Windows color (decimal): -109120 or 12604926. OLE color: 12604926.
HSL color Cylindrical-coordinate representation of color #FE55C0: hue angle of 322.01º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE55C0 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 192 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.00 |
| HSL | 322.01º | 0.99% | 0.66% | - |
| HSV(B) | 322.01º | 0.67% | 1% | - |
| XYZ | 53.64 | 31.37 | 53.1 | - |
| YUV | 147.73 | 152.99 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 192 | 0 | 0.67 | 0.24 | 0.00 | 322.01 | 0.99 | 0.66 |
| Hex | FE | 55 | C0 | 0 | 43 | 18 | 0 | 142 | 63 | 42 |
| Octal | 376 | 125 | 300 | 0 | 103 | 30 | 0 | 502 | 143 | 102 |
| Binary | 11111110 | 1010101 | 11000000 | 0 | 1000011 | 11000 | 0 | 101000010 | 1100011 | 1000010 |
Color Harmonies of #FE55C0
Complementary color
Monochromatic Colors of #FE55C0
Black with #FE55C0
Text Example
Text Example
White with #FE55C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE55C0; }
p { color: rgb(254,85,192); }
H1.HeaderClassName
{
color: #FE55C0;
}
.AnyTagClassName
{
color: #FE55C0;
}
</style>
background-color css
<style>
a { background-color: #FE55C0; }
a { background-color: rgb(254,85,192); }
div.DivClassName
{
background-color: #FE55C0;
}
.BgClassName
{
background-color: #FE55C0;
}
</style>
border-color css
<style>
span { border-color: #FE55C0; }
span { border-color: rgb(254,85,192); }
td.TdClassName
{
border-color: #FE55C0;
}
.TagClassName
{
border-color: #FE55C0;
}
</style>