Shades of Hot Pink #FE5CB6
Tints of Hot Pink #FE5CB6
RGB
CMYK
RGB Variations
Color information
#FE5CB6 (or 0xFE5CB6) is known color: Hot Pink. HEX triplet: FE, 5C and B6. RGB value is (254,92,182). Sum of RGB (Red+Green+Blue) = 254+92+182=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 92 (36.33% from 255 or 17.42% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5CB6 is #01A349. Grayscale: #969696. Windows color (decimal): -107338 or 11951358. OLE color: 11951358.
HSL color Cylindrical-coordinate representation of color #FE5CB6: hue angle of 326.67º 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 #FE5CB6 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 182 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.00 |
| HSL | 326.67º | 0.99% | 0.68% | - |
| HSV(B) | 326.67º | 0.64% | 1% | - |
| XYZ | 53.14 | 32.1 | 47.65 | - |
| YUV | 150.7 | 145.67 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 182 | 0 | 0.64 | 0.28 | 0.00 | 326.67 | 0.99 | 0.68 |
| Hex | FE | 5C | B6 | 0 | 40 | 1C | 0 | 147 | 63 | 44 |
| Octal | 376 | 134 | 266 | 0 | 100 | 34 | 0 | 507 | 143 | 104 |
| Binary | 11111110 | 1011100 | 10110110 | 0 | 1000000 | 11100 | 0 | 101000111 | 1100011 | 1000100 |
Color Harmonies of #FE5CB6
Complementary color
Monochromatic Colors of #FE5CB6
Black with #FE5CB6
Text Example
Text Example
White with #FE5CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5CB6; }
p { color: rgb(254,92,182); }
H1.HeaderClassName
{
color: #FE5CB6;
}
.AnyTagClassName
{
color: #FE5CB6;
}
</style>
background-color css
<style>
a { background-color: #FE5CB6; }
a { background-color: rgb(254,92,182); }
div.DivClassName
{
background-color: #FE5CB6;
}
.BgClassName
{
background-color: #FE5CB6;
}
</style>
border-color css
<style>
span { border-color: #FE5CB6; }
span { border-color: rgb(254,92,182); }
td.TdClassName
{
border-color: #FE5CB6;
}
.TagClassName
{
border-color: #FE5CB6;
}
</style>