Shades of Hot Pink #FE5FB5
Tints of Hot Pink #FE5FB5
RGB
CMYK
RGB Variations
Color information
#FE5FB5 (or 0xFE5FB5) is known color: Hot Pink. HEX triplet: FE, 5F and B5. RGB value is (254,95,181). Sum of RGB (Red+Green+Blue) = 254+95+181=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5FB5 is #01A04A. Grayscale: #989898. Windows color (decimal): -106571 or 11886590. OLE color: 11886590.
HSL color Cylindrical-coordinate representation of color #FE5FB5: hue angle of 327.55º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5FB5 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 95 | 181 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.00 |
| HSL | 327.55º | 0.99% | 0.68% | - |
| HSV(B) | 327.55º | 0.63% | 1% | - |
| XYZ | 53.31 | 32.59 | 47.2 | - |
| YUV | 152.35 | 144.18 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 95 | 181 | 0 | 0.63 | 0.29 | 0.00 | 327.55 | 0.99 | 0.68 |
| Hex | FE | 5F | B5 | 0 | 3F | 1D | 0 | 148 | 63 | 44 |
| Octal | 376 | 137 | 265 | 0 | 77 | 35 | 0 | 510 | 143 | 104 |
| Binary | 11111110 | 1011111 | 10110101 | 0 | 111111 | 11101 | 0 | 101001000 | 1100011 | 1000100 |
Color Harmonies of #FE5FB5
Complementary color
Monochromatic Colors of #FE5FB5
Black with #FE5FB5
Text Example
Text Example
White with #FE5FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5FB5; }
p { color: rgb(254,95,181); }
H1.HeaderClassName
{
color: #FE5FB5;
}
.AnyTagClassName
{
color: #FE5FB5;
}
</style>
background-color css
<style>
a { background-color: #FE5FB5; }
a { background-color: rgb(254,95,181); }
div.DivClassName
{
background-color: #FE5FB5;
}
.BgClassName
{
background-color: #FE5FB5;
}
</style>
border-color css
<style>
span { border-color: #FE5FB5; }
span { border-color: rgb(254,95,181); }
td.TdClassName
{
border-color: #FE5FB5;
}
.TagClassName
{
border-color: #FE5FB5;
}
</style>