Shades of Hot Pink #F967B9
Tints of Hot Pink #F967B9
RGB
CMYK
RGB Variations
Color information
#F967B9 (or 0xF967B9) is known color: Hot Pink. HEX triplet: F9, 67 and B9. RGB value is (249,103,185). Sum of RGB (Red+Green+Blue) = 249+103+185=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 103 (40.62% from 255 or 19.18% from 537); Blue value is 185 (72.66% from 255 or 34.45% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F967B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F967B9 is #069846. Grayscale: #9B9B9B. Windows color (decimal): -432199 or 12150777. OLE color: 12150777.
HSL color Cylindrical-coordinate representation of color #F967B9: hue angle of 326.3º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F967B9 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 103 | 185 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.02 |
| HSL | 326.3º | 0.92% | 0.69% | - |
| HSV(B) | 326.3º | 0.59% | 0.98% | - |
| XYZ | 52.67 | 33.34 | 49.56 | - |
| YUV | 156 | 144.37 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 103 | 185 | 0 | 0.59 | 0.26 | 0.02 | 326.3 | 0.92 | 0.69 |
| Hex | F9 | 67 | B9 | 0 | 3B | 1A | 2 | 146 | 5C | 45 |
| Octal | 371 | 147 | 271 | 0 | 73 | 32 | 2 | 506 | 134 | 105 |
| Binary | 11111001 | 1100111 | 10111001 | 0 | 111011 | 11010 | 10 | 101000110 | 1011100 | 1000101 |
Color Harmonies of #F967B9
Complementary color
Monochromatic Colors of #F967B9
Black with #F967B9
Text Example
Text Example
White with #F967B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F967B9; }
p { color: rgb(249,103,185); }
H1.HeaderClassName
{
color: #F967B9;
}
.AnyTagClassName
{
color: #F967B9;
}
</style>
background-color css
<style>
a { background-color: #F967B9; }
a { background-color: rgb(249,103,185); }
div.DivClassName
{
background-color: #F967B9;
}
.BgClassName
{
background-color: #F967B9;
}
</style>
border-color css
<style>
span { border-color: #F967B9; }
span { border-color: rgb(249,103,185); }
td.TdClassName
{
border-color: #F967B9;
}
.TagClassName
{
border-color: #F967B9;
}
</style>