Shades of Hot Pink #FE5DBA
Tints of Hot Pink #FE5DBA
RGB
CMYK
RGB Variations
Color information
#FE5DBA (or 0xFE5DBA) is known color: Hot Pink. HEX triplet: FE, 5D and BA. RGB value is (254,93,186). Sum of RGB (Red+Green+Blue) = 254+93+186=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 93 (36.72% from 255 or 17.45% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5DBA is #01A245. Grayscale: #979797. Windows color (decimal): -107078 or 12213758. OLE color: 12213758.
HSL color Cylindrical-coordinate representation of color #FE5DBA: hue angle of 325.34º 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 #FE5DBA is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 186 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.00 |
| HSL | 325.34º | 0.99% | 0.68% | - |
| HSV(B) | 325.34º | 0.63% | 1% | - |
| XYZ | 53.65 | 32.44 | 49.89 | - |
| YUV | 151.74 | 147.34 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 186 | 0 | 0.63 | 0.27 | 0.00 | 325.34 | 0.99 | 0.68 |
| Hex | FE | 5D | BA | 0 | 3F | 1B | 0 | 145 | 63 | 44 |
| Octal | 376 | 135 | 272 | 0 | 77 | 33 | 0 | 505 | 143 | 104 |
| Binary | 11111110 | 1011101 | 10111010 | 0 | 111111 | 11011 | 0 | 101000101 | 1100011 | 1000100 |
Color Harmonies of #FE5DBA
Complementary color
Monochromatic Colors of #FE5DBA
Black with #FE5DBA
Text Example
Text Example
White with #FE5DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5DBA; }
p { color: rgb(254,93,186); }
H1.HeaderClassName
{
color: #FE5DBA;
}
.AnyTagClassName
{
color: #FE5DBA;
}
</style>
background-color css
<style>
a { background-color: #FE5DBA; }
a { background-color: rgb(254,93,186); }
div.DivClassName
{
background-color: #FE5DBA;
}
.BgClassName
{
background-color: #FE5DBA;
}
</style>
border-color css
<style>
span { border-color: #FE5DBA; }
span { border-color: rgb(254,93,186); }
td.TdClassName
{
border-color: #FE5DBA;
}
.TagClassName
{
border-color: #FE5DBA;
}
</style>