Shades of Hot Pink #FE56B5
Tints of Hot Pink #FE56B5
RGB
CMYK
RGB Variations
Color information
#FE56B5 (or 0xFE56B5) is known color: Hot Pink. HEX triplet: FE, 56 and B5. RGB value is (254,86,181). Sum of RGB (Red+Green+Blue) = 254+86+181=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 86 (33.98% from 255 or 16.51% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE56B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE56B5 is #01A94A. Grayscale: #929292. Windows color (decimal): -108875 or 11884286. OLE color: 11884286.
HSL color Cylindrical-coordinate representation of color #FE56B5: hue angle of 326.07º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE56B5 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 181 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.00 |
| HSL | 326.07º | 0.99% | 0.67% | - |
| HSV(B) | 326.07º | 0.66% | 1% | - |
| XYZ | 52.54 | 31.06 | 46.94 | - |
| YUV | 147.06 | 147.16 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 181 | 0 | 0.66 | 0.29 | 0.00 | 326.07 | 0.99 | 0.67 |
| Hex | FE | 56 | B5 | 0 | 42 | 1D | 0 | 146 | 63 | 43 |
| Octal | 376 | 126 | 265 | 0 | 102 | 35 | 0 | 506 | 143 | 103 |
| Binary | 11111110 | 1010110 | 10110101 | 0 | 1000010 | 11101 | 0 | 101000110 | 1100011 | 1000011 |
Color Harmonies of #FE56B5
Complementary color
Monochromatic Colors of #FE56B5
Black with #FE56B5
Text Example
Text Example
White with #FE56B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE56B5; }
p { color: rgb(254,86,181); }
H1.HeaderClassName
{
color: #FE56B5;
}
.AnyTagClassName
{
color: #FE56B5;
}
</style>
background-color css
<style>
a { background-color: #FE56B5; }
a { background-color: rgb(254,86,181); }
div.DivClassName
{
background-color: #FE56B5;
}
.BgClassName
{
background-color: #FE56B5;
}
</style>
border-color css
<style>
span { border-color: #FE56B5; }
span { border-color: rgb(254,86,181); }
td.TdClassName
{
border-color: #FE56B5;
}
.TagClassName
{
border-color: #FE56B5;
}
</style>