Shades of Hot Pink #F670BA
Tints of Hot Pink #F670BA
RGB
CMYK
RGB Variations
Color information
#F670BA (or 0xF670BA) is known color: Hot Pink. HEX triplet: F6, 70 and BA. RGB value is (246,112,186). Sum of RGB (Red+Green+Blue) = 246+112+186=544 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.22% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 246 - color contains mainly: red. Hex color #F670BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F670BA is #098F45. Grayscale: #A0A0A0. Windows color (decimal): -626502 or 12218614. OLE color: 12218614.
HSL color Cylindrical-coordinate representation of color #F670BA: hue angle of 326.87º 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 #F670BA is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 112 | 186 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.04 |
| HSL | 326.87º | 0.88% | 0.7% | - |
| HSV(B) | 326.87º | 0.54% | 0.96% | - |
| XYZ | 52.66 | 34.73 | 50.38 | - |
| YUV | 160.5 | 142.39 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 112 | 186 | 0 | 0.54 | 0.24 | 0.04 | 326.87 | 0.88 | 0.7 |
| Hex | F6 | 70 | BA | 0 | 36 | 18 | 4 | 147 | 58 | 46 |
| Octal | 366 | 160 | 272 | 0 | 66 | 30 | 4 | 507 | 130 | 106 |
| Binary | 11110110 | 1110000 | 10111010 | 0 | 110110 | 11000 | 100 | 101000111 | 1011000 | 1000110 |
Color Harmonies of #F670BA
Complementary color
Monochromatic Colors of #F670BA
Black with #F670BA
Text Example
Text Example
White with #F670BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F670BA; }
p { color: rgb(246,112,186); }
H1.HeaderClassName
{
color: #F670BA;
}
.AnyTagClassName
{
color: #F670BA;
}
</style>
background-color css
<style>
a { background-color: #F670BA; }
a { background-color: rgb(246,112,186); }
div.DivClassName
{
background-color: #F670BA;
}
.BgClassName
{
background-color: #F670BA;
}
</style>
border-color css
<style>
span { border-color: #F670BA; }
span { border-color: rgb(246,112,186); }
td.TdClassName
{
border-color: #F670BA;
}
.TagClassName
{
border-color: #F670BA;
}
</style>