Shades of Hot Pink #FF5EBA
Tints of Hot Pink #FF5EBA
RGB
CMYK
RGB Variations
Color information
#FF5EBA (or 0xFF5EBA) is known color: Hot Pink. HEX triplet: FF, 5E and BA. RGB value is (255,94,186). Sum of RGB (Red+Green+Blue) = 255+94+186=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 94 (37.11% from 255 or 17.57% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5EBA is #00A145. Grayscale: #989898. Windows color (decimal): -41286 or 12214015. OLE color: 12214015.
HSL color Cylindrical-coordinate representation of color #FF5EBA: hue angle of 325.71º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5EBA is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 186 | - |
| CMYK | 0 | 0.63 | 0.27 | 0 |
| HSL | 325.71º | 1% | 0.68% | - |
| HSV(B) | 325.71º | 0.63% | 1% | - |
| XYZ | 54.11 | 32.81 | 49.94 | - |
| YUV | 152.63 | 146.84 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 186 | 0 | 0.63 | 0.27 | 0 | 325.71 | 1 | 0.68 |
| Hex | FF | 5E | BA | 0 | 3F | 1B | 0 | 146 | 64 | 44 |
| Octal | 377 | 136 | 272 | 0 | 77 | 33 | 0 | 506 | 144 | 104 |
| Binary | 11111111 | 1011110 | 10111010 | 0 | 111111 | 11011 | 0 | 101000110 | 1100100 | 1000100 |
Color Harmonies of #FF5EBA
Complementary color
Monochromatic Colors of #FF5EBA
Black with #FF5EBA
Text Example
Text Example
White with #FF5EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5EBA; }
p { color: rgb(255,94,186); }
H1.HeaderClassName
{
color: #FF5EBA;
}
.AnyTagClassName
{
color: #FF5EBA;
}
</style>
background-color css
<style>
a { background-color: #FF5EBA; }
a { background-color: rgb(255,94,186); }
div.DivClassName
{
background-color: #FF5EBA;
}
.BgClassName
{
background-color: #FF5EBA;
}
</style>
border-color css
<style>
span { border-color: #FF5EBA; }
span { border-color: rgb(255,94,186); }
td.TdClassName
{
border-color: #FF5EBA;
}
.TagClassName
{
border-color: #FF5EBA;
}
</style>