Shades of Hot Pink #F562B7
Tints of Hot Pink #F562B7
RGB
CMYK
RGB Variations
Color information
#F562B7 (or 0xF562B7) is known color: Hot Pink. HEX triplet: F5, 62 and B7. RGB value is (245,98,183). Sum of RGB (Red+Green+Blue) = 245+98+183=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 98 (38.67% from 255 or 18.63% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F562B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F562B7 is #0A9D48. Grayscale: #979797. Windows color (decimal): -695625 or 12018421. OLE color: 12018421.
HSL color Cylindrical-coordinate representation of color #F562B7: hue angle of 325.31º 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 #F562B7 is Cyan = 0, Magento = 0.6, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 183 | - |
| CMYK | 0 | 0.6 | 0.25 | 0.04 |
| HSL | 325.31º | 0.88% | 0.67% | - |
| HSV(B) | 325.31º | 0.6% | 0.96% | - |
| XYZ | 50.57 | 31.57 | 48.23 | - |
| YUV | 151.64 | 145.7 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 183 | 0 | 0.6 | 0.25 | 0.04 | 325.31 | 0.88 | 0.67 |
| Hex | F5 | 62 | B7 | 0 | 3C | 19 | 4 | 145 | 58 | 43 |
| Octal | 365 | 142 | 267 | 0 | 74 | 31 | 4 | 505 | 130 | 103 |
| Binary | 11110101 | 1100010 | 10110111 | 0 | 111100 | 11001 | 100 | 101000101 | 1011000 | 1000011 |
Color Harmonies of #F562B7
Complementary color
Monochromatic Colors of #F562B7
Black with #F562B7
Text Example
Text Example
White with #F562B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F562B7; }
p { color: rgb(245,98,183); }
H1.HeaderClassName
{
color: #F562B7;
}
.AnyTagClassName
{
color: #F562B7;
}
</style>
background-color css
<style>
a { background-color: #F562B7; }
a { background-color: rgb(245,98,183); }
div.DivClassName
{
background-color: #F562B7;
}
.BgClassName
{
background-color: #F562B7;
}
</style>
border-color css
<style>
span { border-color: #F562B7; }
span { border-color: rgb(245,98,183); }
td.TdClassName
{
border-color: #F562B7;
}
.TagClassName
{
border-color: #F562B7;
}
</style>