Shades of Hot Pink #FE57B5
Tints of Hot Pink #FE57B5
RGB
CMYK
RGB Variations
Color information
#FE57B5 (or 0xFE57B5) is known color: Hot Pink. HEX triplet: FE, 57 and B5. RGB value is (254,87,181). Sum of RGB (Red+Green+Blue) = 254+87+181=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 87 (34.38% from 255 or 16.67% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE57B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE57B5 is #01A84A. Grayscale: #939393. Windows color (decimal): -108619 or 11884542. OLE color: 11884542.
HSL color Cylindrical-coordinate representation of color #FE57B5: hue angle of 326.23º 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 #FE57B5 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 181 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.00 |
| HSL | 326.23º | 0.99% | 0.67% | - |
| HSV(B) | 326.23º | 0.66% | 1% | - |
| XYZ | 52.62 | 31.22 | 46.97 | - |
| YUV | 147.65 | 146.83 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 181 | 0 | 0.66 | 0.29 | 0.00 | 326.23 | 0.99 | 0.67 |
| Hex | FE | 57 | B5 | 0 | 42 | 1D | 0 | 146 | 63 | 43 |
| Octal | 376 | 127 | 265 | 0 | 102 | 35 | 0 | 506 | 143 | 103 |
| Binary | 11111110 | 1010111 | 10110101 | 0 | 1000010 | 11101 | 0 | 101000110 | 1100011 | 1000011 |
Color Harmonies of #FE57B5
Complementary color
Monochromatic Colors of #FE57B5
Black with #FE57B5
Text Example
Text Example
White with #FE57B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE57B5; }
p { color: rgb(254,87,181); }
H1.HeaderClassName
{
color: #FE57B5;
}
.AnyTagClassName
{
color: #FE57B5;
}
</style>
background-color css
<style>
a { background-color: #FE57B5; }
a { background-color: rgb(254,87,181); }
div.DivClassName
{
background-color: #FE57B5;
}
.BgClassName
{
background-color: #FE57B5;
}
</style>
border-color css
<style>
span { border-color: #FE57B5; }
span { border-color: rgb(254,87,181); }
td.TdClassName
{
border-color: #FE57B5;
}
.TagClassName
{
border-color: #FE57B5;
}
</style>