Shades of Hot Pink #F977B0
Tints of Hot Pink #F977B0
RGB
CMYK
RGB Variations
Color information
#F977B0 (or 0xF977B0) is known color: Hot Pink. HEX triplet: F9, 77 and B0. RGB value is (249,119,176). Sum of RGB (Red+Green+Blue) = 249+119+176=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F977B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F977B0 is #06884F. Grayscale: #A4A4A4. Windows color (decimal): -428112 or 11565049. OLE color: 11565049.
HSL color Cylindrical-coordinate representation of color #F977B0: hue angle of 333.69º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F977B0 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 119 | 176 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.02 |
| HSL | 333.69º | 0.92% | 0.72% | - |
| HSV(B) | 333.69º | 0.52% | 0.98% | - |
| XYZ | 53.5 | 36.47 | 45.29 | - |
| YUV | 164.37 | 134.57 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 119 | 176 | 0 | 0.52 | 0.29 | 0.02 | 333.69 | 0.92 | 0.72 |
| Hex | F9 | 77 | B0 | 0 | 34 | 1D | 2 | 14E | 5C | 48 |
| Octal | 371 | 167 | 260 | 0 | 64 | 35 | 2 | 516 | 134 | 110 |
| Binary | 11111001 | 1110111 | 10110000 | 0 | 110100 | 11101 | 10 | 101001110 | 1011100 | 1001000 |
Color Harmonies of #F977B0
Complementary color
Monochromatic Colors of #F977B0
Black with #F977B0
Text Example
Text Example
White with #F977B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F977B0; }
p { color: rgb(249,119,176); }
H1.HeaderClassName
{
color: #F977B0;
}
.AnyTagClassName
{
color: #F977B0;
}
</style>
background-color css
<style>
a { background-color: #F977B0; }
a { background-color: rgb(249,119,176); }
div.DivClassName
{
background-color: #F977B0;
}
.BgClassName
{
background-color: #F977B0;
}
</style>
border-color css
<style>
span { border-color: #F977B0; }
span { border-color: rgb(249,119,176); }
td.TdClassName
{
border-color: #F977B0;
}
.TagClassName
{
border-color: #F977B0;
}
</style>