Shades of Hot Pink #F552BB
Tints of Hot Pink #F552BB
RGB
CMYK
RGB Variations
Color information
#F552BB (or 0xF552BB) is known color: Hot Pink. HEX triplet: F5, 52 and BB. RGB value is (245,82,187). Sum of RGB (Red+Green+Blue) = 245+82+187=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 82 (32.42% from 255 or 15.95% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F552BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F552BB is #0AAD44. Grayscale: #8E8E8E. Windows color (decimal): -699717 or 12276469. OLE color: 12276469.
HSL color Cylindrical-coordinate representation of color #F552BB: hue angle of 321.35º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F552BB is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 82 | 187 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.04 |
| HSL | 321.35º | 0.89% | 0.64% | - |
| HSV(B) | 321.35º | 0.67% | 0.96% | - |
| XYZ | 49.64 | 29.03 | 50 | - |
| YUV | 142.71 | 153 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 82 | 187 | 0 | 0.67 | 0.24 | 0.04 | 321.35 | 0.89 | 0.64 |
| Hex | F5 | 52 | BB | 0 | 43 | 18 | 4 | 141 | 59 | 40 |
| Octal | 365 | 122 | 273 | 0 | 103 | 30 | 4 | 501 | 131 | 100 |
| Binary | 11110101 | 1010010 | 10111011 | 0 | 1000011 | 11000 | 100 | 101000001 | 1011001 | 1000000 |
Color Harmonies of #F552BB
Complementary color
Monochromatic Colors of #F552BB
Black with #F552BB
Text Example
Text Example
White with #F552BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F552BB; }
p { color: rgb(245,82,187); }
H1.HeaderClassName
{
color: #F552BB;
}
.AnyTagClassName
{
color: #F552BB;
}
</style>
background-color css
<style>
a { background-color: #F552BB; }
a { background-color: rgb(245,82,187); }
div.DivClassName
{
background-color: #F552BB;
}
.BgClassName
{
background-color: #F552BB;
}
</style>
border-color css
<style>
span { border-color: #F552BB; }
span { border-color: rgb(245,82,187); }
td.TdClassName
{
border-color: #F552BB;
}
.TagClassName
{
border-color: #F552BB;
}
</style>