Shades of Hot Pink #F561BD
Tints of Hot Pink #F561BD
RGB
CMYK
RGB Variations
Color information
#F561BD (or 0xF561BD) is known color: Hot Pink. HEX triplet: F5, 61 and BD. RGB value is (245,97,189). Sum of RGB (Red+Green+Blue) = 245+97+189=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 97 (38.28% from 255 or 18.27% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F561BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F561BD is #0A9E42. Grayscale: #979797. Windows color (decimal): -695875 or 12411381. OLE color: 12411381.
HSL color Cylindrical-coordinate representation of color #F561BD: hue angle of 322.7º 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 #F561BD is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 97 | 189 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.04 |
| HSL | 322.7º | 0.88% | 0.67% | - |
| HSV(B) | 322.7º | 0.6% | 0.96% | - |
| XYZ | 51.12 | 31.64 | 51.56 | - |
| YUV | 151.74 | 149.03 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 97 | 189 | 0 | 0.60 | 0.23 | 0.04 | 322.7 | 0.88 | 0.67 |
| Hex | F5 | 61 | BD | 0 | 3C | 17 | 4 | 143 | 58 | 43 |
| Octal | 365 | 141 | 275 | 0 | 74 | 27 | 4 | 503 | 130 | 103 |
| Binary | 11110101 | 1100001 | 10111101 | 0 | 111100 | 10111 | 100 | 101000011 | 1011000 | 1000011 |
Color Harmonies of #F561BD
Complementary color
Monochromatic Colors of #F561BD
Black with #F561BD
Text Example
Text Example
White with #F561BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F561BD; }
p { color: rgb(245,97,189); }
H1.HeaderClassName
{
color: #F561BD;
}
.AnyTagClassName
{
color: #F561BD;
}
</style>
background-color css
<style>
a { background-color: #F561BD; }
a { background-color: rgb(245,97,189); }
div.DivClassName
{
background-color: #F561BD;
}
.BgClassName
{
background-color: #F561BD;
}
</style>
border-color css
<style>
span { border-color: #F561BD; }
span { border-color: rgb(245,97,189); }
td.TdClassName
{
border-color: #F561BD;
}
.TagClassName
{
border-color: #F561BD;
}
</style>