Shades of Hot Pink #FE5FB3
Tints of Hot Pink #FE5FB3
RGB
CMYK
RGB Variations
Color information
#FE5FB3 (or 0xFE5FB3) is known color: Hot Pink. HEX triplet: FE, 5F and B3. RGB value is (254,95,179). Sum of RGB (Red+Green+Blue) = 254+95+179=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5FB3 is #01A04C. Grayscale: #979797. Windows color (decimal): -106573 or 11755518. OLE color: 11755518.
HSL color Cylindrical-coordinate representation of color #FE5FB3: hue angle of 328.3º 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 #FE5FB3 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 95 | 179 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.00 |
| HSL | 328.3º | 0.99% | 0.68% | - |
| HSV(B) | 328.3º | 0.63% | 1% | - |
| XYZ | 53.1 | 32.51 | 46.12 | - |
| YUV | 152.12 | 143.18 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 95 | 179 | 0 | 0.63 | 0.30 | 0.00 | 328.3 | 0.99 | 0.68 |
| Hex | FE | 5F | B3 | 0 | 3F | 1E | 0 | 148 | 63 | 44 |
| Octal | 376 | 137 | 263 | 0 | 77 | 36 | 0 | 510 | 143 | 104 |
| Binary | 11111110 | 1011111 | 10110011 | 0 | 111111 | 11110 | 0 | 101001000 | 1100011 | 1000100 |
Color Harmonies of #FE5FB3
Complementary color
Monochromatic Colors of #FE5FB3
Black with #FE5FB3
Text Example
Text Example
White with #FE5FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5FB3; }
p { color: rgb(254,95,179); }
H1.HeaderClassName
{
color: #FE5FB3;
}
.AnyTagClassName
{
color: #FE5FB3;
}
</style>
background-color css
<style>
a { background-color: #FE5FB3; }
a { background-color: rgb(254,95,179); }
div.DivClassName
{
background-color: #FE5FB3;
}
.BgClassName
{
background-color: #FE5FB3;
}
</style>
border-color css
<style>
span { border-color: #FE5FB3; }
span { border-color: rgb(254,95,179); }
td.TdClassName
{
border-color: #FE5FB3;
}
.TagClassName
{
border-color: #FE5FB3;
}
</style>