Shades of Hot Pink #F55DBC
Tints of Hot Pink #F55DBC
RGB
CMYK
RGB Variations
Color information
#F55DBC (or 0xF55DBC) is known color: Hot Pink. HEX triplet: F5, 5D and BC. RGB value is (245,93,188). Sum of RGB (Red+Green+Blue) = 245+93+188=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 93 (36.72% from 255 or 17.68% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F55DBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55DBC is #0AA243. Grayscale: #959595. Windows color (decimal): -696900 or 12344821. OLE color: 12344821.
HSL color Cylindrical-coordinate representation of color #F55DBC: hue angle of 322.5º 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 #F55DBC is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 188 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.04 |
| HSL | 322.5º | 0.88% | 0.66% | - |
| HSV(B) | 322.5º | 0.62% | 0.96% | - |
| XYZ | 50.65 | 30.87 | 50.87 | - |
| YUV | 149.28 | 149.86 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 188 | 0 | 0.62 | 0.23 | 0.04 | 322.5 | 0.88 | 0.66 |
| Hex | F5 | 5D | BC | 0 | 3E | 17 | 4 | 142 | 58 | 42 |
| Octal | 365 | 135 | 274 | 0 | 76 | 27 | 4 | 502 | 130 | 102 |
| Binary | 11110101 | 1011101 | 10111100 | 0 | 111110 | 10111 | 100 | 101000010 | 1011000 | 1000010 |
Color Harmonies of #F55DBC
Complementary color
Monochromatic Colors of #F55DBC
Black with #F55DBC
Text Example
Text Example
White with #F55DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55DBC; }
p { color: rgb(245,93,188); }
H1.HeaderClassName
{
color: #F55DBC;
}
.AnyTagClassName
{
color: #F55DBC;
}
</style>
background-color css
<style>
a { background-color: #F55DBC; }
a { background-color: rgb(245,93,188); }
div.DivClassName
{
background-color: #F55DBC;
}
.BgClassName
{
background-color: #F55DBC;
}
</style>
border-color css
<style>
span { border-color: #F55DBC; }
span { border-color: rgb(245,93,188); }
td.TdClassName
{
border-color: #F55DBC;
}
.TagClassName
{
border-color: #F55DBC;
}
</style>