Shades of Hot Pink #F562BD
Tints of Hot Pink #F562BD
RGB
CMYK
RGB Variations
Color information
#F562BD (or 0xF562BD) is known color: Hot Pink. HEX triplet: F5, 62 and BD. RGB value is (245,98,189). Sum of RGB (Red+Green+Blue) = 245+98+189=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 98 (38.67% from 255 or 18.42% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F562BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F562BD is #0A9D42. Grayscale: #989898. Windows color (decimal): -695619 or 12411637. OLE color: 12411637.
HSL color Cylindrical-coordinate representation of color #F562BD: hue angle of 322.86º 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 #F562BD is Cyan = 0, Magento = 0.6, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 189 | - |
| CMYK | 0 | 0.6 | 0.23 | 0.04 |
| HSL | 322.86º | 0.88% | 0.67% | - |
| HSV(B) | 322.86º | 0.6% | 0.96% | - |
| XYZ | 51.21 | 31.82 | 51.59 | - |
| YUV | 152.33 | 148.7 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 189 | 0 | 0.6 | 0.23 | 0.04 | 322.86 | 0.88 | 0.67 |
| Hex | F5 | 62 | BD | 0 | 3C | 17 | 4 | 143 | 58 | 43 |
| Octal | 365 | 142 | 275 | 0 | 74 | 27 | 4 | 503 | 130 | 103 |
| Binary | 11110101 | 1100010 | 10111101 | 0 | 111100 | 10111 | 100 | 101000011 | 1011000 | 1000011 |
Color Harmonies of #F562BD
Complementary color
Monochromatic Colors of #F562BD
Black with #F562BD
Text Example
Text Example
White with #F562BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F562BD; }
p { color: rgb(245,98,189); }
H1.HeaderClassName
{
color: #F562BD;
}
.AnyTagClassName
{
color: #F562BD;
}
</style>
background-color css
<style>
a { background-color: #F562BD; }
a { background-color: rgb(245,98,189); }
div.DivClassName
{
background-color: #F562BD;
}
.BgClassName
{
background-color: #F562BD;
}
</style>
border-color css
<style>
span { border-color: #F562BD; }
span { border-color: rgb(245,98,189); }
td.TdClassName
{
border-color: #F562BD;
}
.TagClassName
{
border-color: #F562BD;
}
</style>