Shades of Hot Pink #F55DBB
Tints of Hot Pink #F55DBB
RGB
CMYK
RGB Variations
Color information
#F55DBB (or 0xF55DBB) is known color: Hot Pink. HEX triplet: F5, 5D and BB. RGB value is (245,93,187). Sum of RGB (Red+Green+Blue) = 245+93+187=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F55DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55DBB is #0AA244. Grayscale: #949494. Windows color (decimal): -696901 or 12279285. OLE color: 12279285.
HSL color Cylindrical-coordinate representation of color #F55DBB: hue angle of 322.89º 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 #F55DBB is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 187 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.04 |
| HSL | 322.89º | 0.88% | 0.66% | - |
| HSV(B) | 322.89º | 0.62% | 0.96% | - |
| XYZ | 50.54 | 30.83 | 50.3 | - |
| YUV | 149.16 | 149.36 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 187 | 0 | 0.62 | 0.24 | 0.04 | 322.89 | 0.88 | 0.66 |
| Hex | F5 | 5D | BB | 0 | 3E | 18 | 4 | 143 | 58 | 42 |
| Octal | 365 | 135 | 273 | 0 | 76 | 30 | 4 | 503 | 130 | 102 |
| Binary | 11110101 | 1011101 | 10111011 | 0 | 111110 | 11000 | 100 | 101000011 | 1011000 | 1000010 |
Color Harmonies of #F55DBB
Complementary color
Monochromatic Colors of #F55DBB
Black with #F55DBB
Text Example
Text Example
White with #F55DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55DBB; }
p { color: rgb(245,93,187); }
H1.HeaderClassName
{
color: #F55DBB;
}
.AnyTagClassName
{
color: #F55DBB;
}
</style>
background-color css
<style>
a { background-color: #F55DBB; }
a { background-color: rgb(245,93,187); }
div.DivClassName
{
background-color: #F55DBB;
}
.BgClassName
{
background-color: #F55DBB;
}
</style>
border-color css
<style>
span { border-color: #F55DBB; }
span { border-color: rgb(245,93,187); }
td.TdClassName
{
border-color: #F55DBB;
}
.TagClassName
{
border-color: #F55DBB;
}
</style>