Shades of Hot Pink #F968AA
Tints of Hot Pink #F968AA
RGB
CMYK
RGB Variations
Color information
#F968AA (or 0xF968AA) is known color: Hot Pink. HEX triplet: F9, 68 and AA. RGB value is (249,104,170). Sum of RGB (Red+Green+Blue) = 249+104+170=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F968AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F968AA is #069755. Grayscale: #9A9A9A. Windows color (decimal): -431958 or 11167993. OLE color: 11167993.
HSL color Cylindrical-coordinate representation of color #F968AA: hue angle of 332.69º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F968AA is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 170 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.02 |
| HSL | 332.69º | 0.92% | 0.69% | - |
| HSV(B) | 332.69º | 0.58% | 0.98% | - |
| XYZ | 51.27 | 32.94 | 41.69 | - |
| YUV | 154.88 | 136.54 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 170 | 0 | 0.58 | 0.32 | 0.02 | 332.69 | 0.92 | 0.69 |
| Hex | F9 | 68 | AA | 0 | 3A | 20 | 2 | 14D | 5C | 45 |
| Octal | 371 | 150 | 252 | 0 | 72 | 40 | 2 | 515 | 134 | 105 |
| Binary | 11111001 | 1101000 | 10101010 | 0 | 111010 | 100000 | 10 | 101001101 | 1011100 | 1000101 |
Color Harmonies of #F968AA
Complementary color
Monochromatic Colors of #F968AA
Black with #F968AA
Text Example
Text Example
White with #F968AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F968AA; }
p { color: rgb(249,104,170); }
H1.HeaderClassName
{
color: #F968AA;
}
.AnyTagClassName
{
color: #F968AA;
}
</style>
background-color css
<style>
a { background-color: #F968AA; }
a { background-color: rgb(249,104,170); }
div.DivClassName
{
background-color: #F968AA;
}
.BgClassName
{
background-color: #F968AA;
}
</style>
border-color css
<style>
span { border-color: #F968AA; }
span { border-color: rgb(249,104,170); }
td.TdClassName
{
border-color: #F968AA;
}
.TagClassName
{
border-color: #F968AA;
}
</style>