Shades of Hot Pink #F670AB
Tints of Hot Pink #F670AB
RGB
CMYK
RGB Variations
Color information
#F670AB (or 0xF670AB) is known color: Hot Pink. HEX triplet: F6, 70 and AB. RGB value is (246,112,171). Sum of RGB (Red+Green+Blue) = 246+112+171=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 246 - color contains mainly: red. Hex color #F670AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F670AB is #098F54. Grayscale: #9E9E9E. Windows color (decimal): -626517 or 11235574. OLE color: 11235574.
HSL color Cylindrical-coordinate representation of color #F670AB: hue angle of 333.58º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F670AB is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 112 | 171 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.04 |
| HSL | 333.58º | 0.88% | 0.7% | - |
| HSV(B) | 333.58º | 0.54% | 0.96% | - |
| XYZ | 51.15 | 34.12 | 42.42 | - |
| YUV | 158.79 | 134.89 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 112 | 171 | 0 | 0.54 | 0.30 | 0.04 | 333.58 | 0.88 | 0.7 |
| Hex | F6 | 70 | AB | 0 | 36 | 1E | 4 | 14E | 58 | 46 |
| Octal | 366 | 160 | 253 | 0 | 66 | 36 | 4 | 516 | 130 | 106 |
| Binary | 11110110 | 1110000 | 10101011 | 0 | 110110 | 11110 | 100 | 101001110 | 1011000 | 1000110 |
Color Harmonies of #F670AB
Complementary color
Monochromatic Colors of #F670AB
Black with #F670AB
Text Example
Text Example
White with #F670AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F670AB; }
p { color: rgb(246,112,171); }
H1.HeaderClassName
{
color: #F670AB;
}
.AnyTagClassName
{
color: #F670AB;
}
</style>
background-color css
<style>
a { background-color: #F670AB; }
a { background-color: rgb(246,112,171); }
div.DivClassName
{
background-color: #F670AB;
}
.BgClassName
{
background-color: #F670AB;
}
</style>
border-color css
<style>
span { border-color: #F670AB; }
span { border-color: rgb(246,112,171); }
td.TdClassName
{
border-color: #F670AB;
}
.TagClassName
{
border-color: #F670AB;
}
</style>