Shades of Hot Pink #F970B7
Tints of Hot Pink #F970B7
RGB
CMYK
RGB Variations
Color information
#F970B7 (or 0xF970B7) is known color: Hot Pink. HEX triplet: F9, 70 and B7. RGB value is (249,112,183). Sum of RGB (Red+Green+Blue) = 249+112+183=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 183 (71.88% from 255 or 33.64% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F970B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F970B7 is #068F48. Grayscale: #A0A0A0. Windows color (decimal): -429897 or 12022009. OLE color: 12022009.
HSL color Cylindrical-coordinate representation of color #F970B7: hue angle of 328.91º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F970B7 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 112 | 183 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.02 |
| HSL | 328.91º | 0.92% | 0.71% | - |
| HSV(B) | 328.91º | 0.55% | 0.98% | - |
| XYZ | 53.41 | 35.15 | 48.77 | - |
| YUV | 161.06 | 140.39 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 112 | 183 | 0 | 0.55 | 0.27 | 0.02 | 328.91 | 0.92 | 0.71 |
| Hex | F9 | 70 | B7 | 0 | 37 | 1B | 2 | 149 | 5C | 47 |
| Octal | 371 | 160 | 267 | 0 | 67 | 33 | 2 | 511 | 134 | 107 |
| Binary | 11111001 | 1110000 | 10110111 | 0 | 110111 | 11011 | 10 | 101001001 | 1011100 | 1000111 |
Color Harmonies of #F970B7
Complementary color
Monochromatic Colors of #F970B7
Black with #F970B7
Text Example
Text Example
White with #F970B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F970B7; }
p { color: rgb(249,112,183); }
H1.HeaderClassName
{
color: #F970B7;
}
.AnyTagClassName
{
color: #F970B7;
}
</style>
background-color css
<style>
a { background-color: #F970B7; }
a { background-color: rgb(249,112,183); }
div.DivClassName
{
background-color: #F970B7;
}
.BgClassName
{
background-color: #F970B7;
}
</style>
border-color css
<style>
span { border-color: #F970B7; }
span { border-color: rgb(249,112,183); }
td.TdClassName
{
border-color: #F970B7;
}
.TagClassName
{
border-color: #F970B7;
}
</style>