Shades of Hot Pink #F960B8
Tints of Hot Pink #F960B8
RGB
CMYK
RGB Variations
Color information
#F960B8 (or 0xF960B8) is known color: Hot Pink. HEX triplet: F9, 60 and B8. RGB value is (249,96,184). Sum of RGB (Red+Green+Blue) = 249+96+184=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 96 (37.89% from 255 or 18.15% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F960B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F960B8 is #069F47. Grayscale: #979797. Windows color (decimal): -433992 or 12083449. OLE color: 12083449.
HSL color Cylindrical-coordinate representation of color #F960B8: hue angle of 325.49º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F960B8 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 96 | 184 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.02 |
| HSL | 325.49º | 0.93% | 0.68% | - |
| HSV(B) | 325.49º | 0.61% | 0.98% | - |
| XYZ | 51.9 | 31.97 | 48.78 | - |
| YUV | 151.78 | 146.19 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 96 | 184 | 0 | 0.61 | 0.26 | 0.02 | 325.49 | 0.93 | 0.68 |
| Hex | F9 | 60 | B8 | 0 | 3D | 1A | 2 | 145 | 5D | 44 |
| Octal | 371 | 140 | 270 | 0 | 75 | 32 | 2 | 505 | 135 | 104 |
| Binary | 11111001 | 1100000 | 10111000 | 0 | 111101 | 11010 | 10 | 101000101 | 1011101 | 1000100 |
Color Harmonies of #F960B8
Complementary color
Monochromatic Colors of #F960B8
Black with #F960B8
Text Example
Text Example
White with #F960B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F960B8; }
p { color: rgb(249,96,184); }
H1.HeaderClassName
{
color: #F960B8;
}
.AnyTagClassName
{
color: #F960B8;
}
</style>
background-color css
<style>
a { background-color: #F960B8; }
a { background-color: rgb(249,96,184); }
div.DivClassName
{
background-color: #F960B8;
}
.BgClassName
{
background-color: #F960B8;
}
</style>
border-color css
<style>
span { border-color: #F960B8; }
span { border-color: rgb(249,96,184); }
td.TdClassName
{
border-color: #F960B8;
}
.TagClassName
{
border-color: #F960B8;
}
</style>