Shades of Hot Pink #F55BBC
Tints of Hot Pink #F55BBC
RGB
CMYK
RGB Variations
Color information
#F55BBC (or 0xF55BBC) is known color: Hot Pink. HEX triplet: F5, 5B and BC. RGB value is (245,91,188). Sum of RGB (Red+Green+Blue) = 245+91+188=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 91 (35.94% from 255 or 17.37% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F55BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55BBC is #0AA443. Grayscale: #939393. Windows color (decimal): -697412 or 12344309. OLE color: 12344309.
HSL color Cylindrical-coordinate representation of color #F55BBC: hue angle of 322.21º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55BBC is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 91 | 188 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.04 |
| HSL | 322.21º | 0.89% | 0.66% | - |
| HSV(B) | 322.21º | 0.63% | 0.96% | - |
| XYZ | 50.47 | 30.53 | 50.81 | - |
| YUV | 148.1 | 150.52 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 91 | 188 | 0 | 0.63 | 0.23 | 0.04 | 322.21 | 0.89 | 0.66 |
| Hex | F5 | 5B | BC | 0 | 3F | 17 | 4 | 142 | 59 | 42 |
| Octal | 365 | 133 | 274 | 0 | 77 | 27 | 4 | 502 | 131 | 102 |
| Binary | 11110101 | 1011011 | 10111100 | 0 | 111111 | 10111 | 100 | 101000010 | 1011001 | 1000010 |
Color Harmonies of #F55BBC
Complementary color
Monochromatic Colors of #F55BBC
Black with #F55BBC
Text Example
Text Example
White with #F55BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55BBC; }
p { color: rgb(245,91,188); }
H1.HeaderClassName
{
color: #F55BBC;
}
.AnyTagClassName
{
color: #F55BBC;
}
</style>
background-color css
<style>
a { background-color: #F55BBC; }
a { background-color: rgb(245,91,188); }
div.DivClassName
{
background-color: #F55BBC;
}
.BgClassName
{
background-color: #F55BBC;
}
</style>
border-color css
<style>
span { border-color: #F55BBC; }
span { border-color: rgb(245,91,188); }
td.TdClassName
{
border-color: #F55BBC;
}
.TagClassName
{
border-color: #F55BBC;
}
</style>