Shades of Hot Pink #F555BB
Tints of Hot Pink #F555BB
RGB
CMYK
RGB Variations
Color information
#F555BB (or 0xF555BB) is known color: Hot Pink. HEX triplet: F5, 55 and BB. RGB value is (245,85,187). Sum of RGB (Red+Green+Blue) = 245+85+187=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 85 (33.59% from 255 or 16.44% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F555BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F555BB is #0AAA44. Grayscale: #909090. Windows color (decimal): -698949 or 12277237. OLE color: 12277237.
HSL color Cylindrical-coordinate representation of color #F555BB: hue angle of 321.75º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F555BB is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 187 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.04 |
| HSL | 321.75º | 0.89% | 0.65% | - |
| HSV(B) | 321.75º | 0.65% | 0.96% | - |
| XYZ | 49.87 | 29.5 | 50.08 | - |
| YUV | 144.47 | 152.01 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 187 | 0 | 0.65 | 0.24 | 0.04 | 321.75 | 0.89 | 0.65 |
| Hex | F5 | 55 | BB | 0 | 41 | 18 | 4 | 142 | 59 | 41 |
| Octal | 365 | 125 | 273 | 0 | 101 | 30 | 4 | 502 | 131 | 101 |
| Binary | 11110101 | 1010101 | 10111011 | 0 | 1000001 | 11000 | 100 | 101000010 | 1011001 | 1000001 |
Color Harmonies of #F555BB
Complementary color
Monochromatic Colors of #F555BB
Black with #F555BB
Text Example
Text Example
White with #F555BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F555BB; }
p { color: rgb(245,85,187); }
H1.HeaderClassName
{
color: #F555BB;
}
.AnyTagClassName
{
color: #F555BB;
}
</style>
background-color css
<style>
a { background-color: #F555BB; }
a { background-color: rgb(245,85,187); }
div.DivClassName
{
background-color: #F555BB;
}
.BgClassName
{
background-color: #F555BB;
}
</style>
border-color css
<style>
span { border-color: #F555BB; }
span { border-color: rgb(245,85,187); }
td.TdClassName
{
border-color: #F555BB;
}
.TagClassName
{
border-color: #F555BB;
}
</style>