Shades of Hot Pink #FE5CB1
Tints of Hot Pink #FE5CB1
RGB
CMYK
RGB Variations
Color information
#FE5CB1 (or 0xFE5CB1) is known color: Hot Pink. HEX triplet: FE, 5C and B1. RGB value is (254,92,177). Sum of RGB (Red+Green+Blue) = 254+92+177=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 92 (36.33% from 255 or 17.59% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5CB1 is #01A34E. Grayscale: #959595. Windows color (decimal): -107343 or 11623678. OLE color: 11623678.
HSL color Cylindrical-coordinate representation of color #FE5CB1: hue angle of 328.52º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5CB1 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 177 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.00 |
| HSL | 328.52º | 0.99% | 0.68% | - |
| HSV(B) | 328.52º | 0.64% | 1% | - |
| XYZ | 52.64 | 31.9 | 44.98 | - |
| YUV | 150.13 | 143.17 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 177 | 0 | 0.64 | 0.30 | 0.00 | 328.52 | 0.99 | 0.68 |
| Hex | FE | 5C | B1 | 0 | 40 | 1E | 0 | 149 | 63 | 44 |
| Octal | 376 | 134 | 261 | 0 | 100 | 36 | 0 | 511 | 143 | 104 |
| Binary | 11111110 | 1011100 | 10110001 | 0 | 1000000 | 11110 | 0 | 101001001 | 1100011 | 1000100 |
Color Harmonies of #FE5CB1
Complementary color
Monochromatic Colors of #FE5CB1
Black with #FE5CB1
Text Example
Text Example
White with #FE5CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5CB1; }
p { color: rgb(254,92,177); }
H1.HeaderClassName
{
color: #FE5CB1;
}
.AnyTagClassName
{
color: #FE5CB1;
}
</style>
background-color css
<style>
a { background-color: #FE5CB1; }
a { background-color: rgb(254,92,177); }
div.DivClassName
{
background-color: #FE5CB1;
}
.BgClassName
{
background-color: #FE5CB1;
}
</style>
border-color css
<style>
span { border-color: #FE5CB1; }
span { border-color: rgb(254,92,177); }
td.TdClassName
{
border-color: #FE5CB1;
}
.TagClassName
{
border-color: #FE5CB1;
}
</style>