Shades of Hot Pink #F562B8
Tints of Hot Pink #F562B8
RGB
CMYK
RGB Variations
Color information
#F562B8 (or 0xF562B8) is known color: Hot Pink. HEX triplet: F5, 62 and B8. RGB value is (245,98,184). Sum of RGB (Red+Green+Blue) = 245+98+184=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 98 (38.67% from 255 or 18.60% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F562B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F562B8 is #0A9D47. Grayscale: #979797. Windows color (decimal): -695624 or 12083957. OLE color: 12083957.
HSL color Cylindrical-coordinate representation of color #F562B8: hue angle of 324.9º 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 #F562B8 is Cyan = 0, Magento = 0.6, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 184 | - |
| CMYK | 0 | 0.6 | 0.25 | 0.04 |
| HSL | 324.9º | 0.88% | 0.67% | - |
| HSV(B) | 324.9º | 0.6% | 0.96% | - |
| XYZ | 50.68 | 31.61 | 48.78 | - |
| YUV | 151.76 | 146.2 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 184 | 0 | 0.6 | 0.25 | 0.04 | 324.9 | 0.88 | 0.67 |
| Hex | F5 | 62 | B8 | 0 | 3C | 19 | 4 | 145 | 58 | 43 |
| Octal | 365 | 142 | 270 | 0 | 74 | 31 | 4 | 505 | 130 | 103 |
| Binary | 11110101 | 1100010 | 10111000 | 0 | 111100 | 11001 | 100 | 101000101 | 1011000 | 1000011 |
Color Harmonies of #F562B8
Complementary color
Monochromatic Colors of #F562B8
Black with #F562B8
Text Example
Text Example
White with #F562B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F562B8; }
p { color: rgb(245,98,184); }
H1.HeaderClassName
{
color: #F562B8;
}
.AnyTagClassName
{
color: #F562B8;
}
</style>
background-color css
<style>
a { background-color: #F562B8; }
a { background-color: rgb(245,98,184); }
div.DivClassName
{
background-color: #F562B8;
}
.BgClassName
{
background-color: #F562B8;
}
</style>
border-color css
<style>
span { border-color: #F562B8; }
span { border-color: rgb(245,98,184); }
td.TdClassName
{
border-color: #F562B8;
}
.TagClassName
{
border-color: #F562B8;
}
</style>