Shades of Hot Pink #F561BB
Tints of Hot Pink #F561BB
RGB
CMYK
RGB Variations
Color information
#F561BB (or 0xF561BB) is known color: Hot Pink. HEX triplet: F5, 61 and BB. RGB value is (245,97,187). Sum of RGB (Red+Green+Blue) = 245+97+187=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 97 (38.28% from 255 or 18.34% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F561BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F561BB is #0A9E44. Grayscale: #979797. Windows color (decimal): -695877 or 12280309. OLE color: 12280309.
HSL color Cylindrical-coordinate representation of color #F561BB: hue angle of 323.51º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F561BB is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 97 | 187 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.04 |
| HSL | 323.51º | 0.88% | 0.67% | - |
| HSV(B) | 323.51º | 0.6% | 0.96% | - |
| XYZ | 50.9 | 31.55 | 50.42 | - |
| YUV | 151.51 | 148.03 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 97 | 187 | 0 | 0.60 | 0.24 | 0.04 | 323.51 | 0.88 | 0.67 |
| Hex | F5 | 61 | BB | 0 | 3C | 18 | 4 | 144 | 58 | 43 |
| Octal | 365 | 141 | 273 | 0 | 74 | 30 | 4 | 504 | 130 | 103 |
| Binary | 11110101 | 1100001 | 10111011 | 0 | 111100 | 11000 | 100 | 101000100 | 1011000 | 1000011 |
Color Harmonies of #F561BB
Complementary color
Monochromatic Colors of #F561BB
Black with #F561BB
Text Example
Text Example
White with #F561BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F561BB; }
p { color: rgb(245,97,187); }
H1.HeaderClassName
{
color: #F561BB;
}
.AnyTagClassName
{
color: #F561BB;
}
</style>
background-color css
<style>
a { background-color: #F561BB; }
a { background-color: rgb(245,97,187); }
div.DivClassName
{
background-color: #F561BB;
}
.BgClassName
{
background-color: #F561BB;
}
</style>
border-color css
<style>
span { border-color: #F561BB; }
span { border-color: rgb(245,97,187); }
td.TdClassName
{
border-color: #F561BB;
}
.TagClassName
{
border-color: #F561BB;
}
</style>