Shades of Hot Pink #F972B7
Tints of Hot Pink #F972B7
RGB
CMYK
RGB Variations
Color information
#F972B7 (or 0xF972B7) is known color: Hot Pink. HEX triplet: F9, 72 and B7. RGB value is (249,114,183). Sum of RGB (Red+Green+Blue) = 249+114+183=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 183 (71.88% from 255 or 33.52% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F972B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F972B7 is #068D48. Grayscale: #A2A2A2. Windows color (decimal): -429385 or 12022521. OLE color: 12022521.
HSL color Cylindrical-coordinate representation of color #F972B7: hue angle of 329.33º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F972B7 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 114 | 183 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.02 |
| HSL | 329.33º | 0.92% | 0.71% | - |
| HSV(B) | 329.33º | 0.54% | 0.98% | - |
| XYZ | 53.63 | 35.59 | 48.84 | - |
| YUV | 162.23 | 139.73 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 114 | 183 | 0 | 0.54 | 0.27 | 0.02 | 329.33 | 0.92 | 0.71 |
| Hex | F9 | 72 | B7 | 0 | 36 | 1B | 2 | 149 | 5C | 47 |
| Octal | 371 | 162 | 267 | 0 | 66 | 33 | 2 | 511 | 134 | 107 |
| Binary | 11111001 | 1110010 | 10110111 | 0 | 110110 | 11011 | 10 | 101001001 | 1011100 | 1000111 |
Color Harmonies of #F972B7
Complementary color
Monochromatic Colors of #F972B7
Black with #F972B7
Text Example
Text Example
White with #F972B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F972B7; }
p { color: rgb(249,114,183); }
H1.HeaderClassName
{
color: #F972B7;
}
.AnyTagClassName
{
color: #F972B7;
}
</style>
background-color css
<style>
a { background-color: #F972B7; }
a { background-color: rgb(249,114,183); }
div.DivClassName
{
background-color: #F972B7;
}
.BgClassName
{
background-color: #F972B7;
}
</style>
border-color css
<style>
span { border-color: #F972B7; }
span { border-color: rgb(249,114,183); }
td.TdClassName
{
border-color: #F972B7;
}
.TagClassName
{
border-color: #F972B7;
}
</style>