Shades of Hot Pink #FE5FB0
Tints of Hot Pink #FE5FB0
RGB
CMYK
RGB Variations
Color information
#FE5FB0 (or 0xFE5FB0) is known color: Hot Pink. HEX triplet: FE, 5F and B0. RGB value is (254,95,176). Sum of RGB (Red+Green+Blue) = 254+95+176=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 95 (37.5% from 255 or 18.10% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5FB0 is #01A04F. Grayscale: #979797. Windows color (decimal): -106576 or 11558910. OLE color: 11558910.
HSL color Cylindrical-coordinate representation of color #FE5FB0: hue angle of 329.43º 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 #FE5FB0 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 95 | 176 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.00 |
| HSL | 329.43º | 0.99% | 0.68% | - |
| HSV(B) | 329.43º | 0.63% | 1% | - |
| XYZ | 52.8 | 32.39 | 44.54 | - |
| YUV | 151.78 | 141.68 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 95 | 176 | 0 | 0.63 | 0.31 | 0.00 | 329.43 | 0.99 | 0.68 |
| Hex | FE | 5F | B0 | 0 | 3F | 1F | 0 | 149 | 63 | 44 |
| Octal | 376 | 137 | 260 | 0 | 77 | 37 | 0 | 511 | 143 | 104 |
| Binary | 11111110 | 1011111 | 10110000 | 0 | 111111 | 11111 | 0 | 101001001 | 1100011 | 1000100 |
Color Harmonies of #FE5FB0
Complementary color
Monochromatic Colors of #FE5FB0
Black with #FE5FB0
Text Example
Text Example
White with #FE5FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5FB0; }
p { color: rgb(254,95,176); }
H1.HeaderClassName
{
color: #FE5FB0;
}
.AnyTagClassName
{
color: #FE5FB0;
}
</style>
background-color css
<style>
a { background-color: #FE5FB0; }
a { background-color: rgb(254,95,176); }
div.DivClassName
{
background-color: #FE5FB0;
}
.BgClassName
{
background-color: #FE5FB0;
}
</style>
border-color css
<style>
span { border-color: #FE5FB0; }
span { border-color: rgb(254,95,176); }
td.TdClassName
{
border-color: #FE5FB0;
}
.TagClassName
{
border-color: #FE5FB0;
}
</style>