Shades of Hot Pink #F55EBA
Tints of Hot Pink #F55EBA
RGB
CMYK
RGB Variations
Color information
#F55EBA (or 0xF55EBA) is known color: Hot Pink. HEX triplet: F5, 5E and BA. RGB value is (245,94,186). Sum of RGB (Red+Green+Blue) = 245+94+186=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 94 (37.11% from 255 or 17.90% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F55EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55EBA is #0AA145. Grayscale: #959595. Windows color (decimal): -696646 or 12214005. OLE color: 12214005.
HSL color Cylindrical-coordinate representation of color #F55EBA: hue angle of 323.44º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55EBA is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 94 | 186 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.04 |
| HSL | 323.44º | 0.88% | 0.66% | - |
| HSV(B) | 323.44º | 0.62% | 0.96% | - |
| XYZ | 50.52 | 30.96 | 49.77 | - |
| YUV | 149.64 | 148.53 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 94 | 186 | 0 | 0.62 | 0.24 | 0.04 | 323.44 | 0.88 | 0.66 |
| Hex | F5 | 5E | BA | 0 | 3E | 18 | 4 | 143 | 58 | 42 |
| Octal | 365 | 136 | 272 | 0 | 76 | 30 | 4 | 503 | 130 | 102 |
| Binary | 11110101 | 1011110 | 10111010 | 0 | 111110 | 11000 | 100 | 101000011 | 1011000 | 1000010 |
Color Harmonies of #F55EBA
Complementary color
Monochromatic Colors of #F55EBA
Black with #F55EBA
Text Example
Text Example
White with #F55EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55EBA; }
p { color: rgb(245,94,186); }
H1.HeaderClassName
{
color: #F55EBA;
}
.AnyTagClassName
{
color: #F55EBA;
}
</style>
background-color css
<style>
a { background-color: #F55EBA; }
a { background-color: rgb(245,94,186); }
div.DivClassName
{
background-color: #F55EBA;
}
.BgClassName
{
background-color: #F55EBA;
}
</style>
border-color css
<style>
span { border-color: #F55EBA; }
span { border-color: rgb(245,94,186); }
td.TdClassName
{
border-color: #F55EBA;
}
.TagClassName
{
border-color: #F55EBA;
}
</style>