Shades of Hot Pink #F666BA
Tints of Hot Pink #F666BA
RGB
CMYK
RGB Variations
Color information
#F666BA (or 0xF666BA) is known color: Hot Pink. HEX triplet: F6, 66 and BA. RGB value is (246,102,186). Sum of RGB (Red+Green+Blue) = 246+102+186=534 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.07% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 246 - color contains mainly: red. Hex color #F666BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F666BA is #099945. Grayscale: #9A9A9A. Windows color (decimal): -629062 or 12216054. OLE color: 12216054.
HSL color Cylindrical-coordinate representation of color #F666BA: hue angle of 325º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F666BA is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 102 | 186 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.04 |
| HSL | 325º | 0.89% | 0.68% | - |
| HSV(B) | 325º | 0.59% | 0.96% | - |
| XYZ | 51.62 | 32.64 | 50.03 | - |
| YUV | 154.63 | 145.71 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 102 | 186 | 0 | 0.59 | 0.24 | 0.04 | 325 | 0.89 | 0.68 |
| Hex | F6 | 66 | BA | 0 | 3B | 18 | 4 | 145 | 59 | 44 |
| Octal | 366 | 146 | 272 | 0 | 73 | 30 | 4 | 505 | 131 | 104 |
| Binary | 11110110 | 1100110 | 10111010 | 0 | 111011 | 11000 | 100 | 101000101 | 1011001 | 1000100 |
Color Harmonies of #F666BA
Complementary color
Monochromatic Colors of #F666BA
Black with #F666BA
Text Example
Text Example
White with #F666BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F666BA; }
p { color: rgb(246,102,186); }
H1.HeaderClassName
{
color: #F666BA;
}
.AnyTagClassName
{
color: #F666BA;
}
</style>
background-color css
<style>
a { background-color: #F666BA; }
a { background-color: rgb(246,102,186); }
div.DivClassName
{
background-color: #F666BA;
}
.BgClassName
{
background-color: #F666BA;
}
</style>
border-color css
<style>
span { border-color: #F666BA; }
span { border-color: rgb(246,102,186); }
td.TdClassName
{
border-color: #F666BA;
}
.TagClassName
{
border-color: #F666BA;
}
</style>