Shades of Hot Pink #F964B7
Tints of Hot Pink #F964B7
RGB
CMYK
RGB Variations
Color information
#F964B7 (or 0xF964B7) is known color: Hot Pink. HEX triplet: F9, 64 and B7. RGB value is (249,100,183). Sum of RGB (Red+Green+Blue) = 249+100+183=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 100 (39.45% from 255 or 18.80% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F964B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F964B7 is #069B48. Grayscale: #999999. Windows color (decimal): -432969 or 12018937. OLE color: 12018937.
HSL color Cylindrical-coordinate representation of color #F964B7: hue angle of 326.58º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F964B7 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 100 | 183 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.02 |
| HSL | 326.58º | 0.93% | 0.68% | - |
| HSV(B) | 326.58º | 0.6% | 0.98% | - |
| XYZ | 52.17 | 32.67 | 48.36 | - |
| YUV | 154.01 | 144.36 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 100 | 183 | 0 | 0.60 | 0.27 | 0.02 | 326.58 | 0.93 | 0.68 |
| Hex | F9 | 64 | B7 | 0 | 3C | 1B | 2 | 147 | 5D | 44 |
| Octal | 371 | 144 | 267 | 0 | 74 | 33 | 2 | 507 | 135 | 104 |
| Binary | 11111001 | 1100100 | 10110111 | 0 | 111100 | 11011 | 10 | 101000111 | 1011101 | 1000100 |
Color Harmonies of #F964B7
Complementary color
Monochromatic Colors of #F964B7
Black with #F964B7
Text Example
Text Example
White with #F964B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F964B7; }
p { color: rgb(249,100,183); }
H1.HeaderClassName
{
color: #F964B7;
}
.AnyTagClassName
{
color: #F964B7;
}
</style>
background-color css
<style>
a { background-color: #F964B7; }
a { background-color: rgb(249,100,183); }
div.DivClassName
{
background-color: #F964B7;
}
.BgClassName
{
background-color: #F964B7;
}
</style>
border-color css
<style>
span { border-color: #F964B7; }
span { border-color: rgb(249,100,183); }
td.TdClassName
{
border-color: #F964B7;
}
.TagClassName
{
border-color: #F964B7;
}
</style>