Shades of Hot Pink #F666BC
Tints of Hot Pink #F666BC
RGB
CMYK
RGB Variations
Color information
#F666BC (or 0xF666BC) is known color: Hot Pink. HEX triplet: F6, 66 and BC. RGB value is (246,102,188). Sum of RGB (Red+Green+Blue) = 246+102+188=536 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.90% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 246 - color contains mainly: red. Hex color #F666BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F666BC is #099943. Grayscale: #9A9A9A. Windows color (decimal): -629060 or 12347126. OLE color: 12347126.
HSL color Cylindrical-coordinate representation of color #F666BC: hue angle of 324.17º 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 #F666BC is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 102 | 188 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.04 |
| HSL | 324.17º | 0.89% | 0.68% | - |
| HSV(B) | 324.17º | 0.59% | 0.96% | - |
| XYZ | 51.83 | 32.73 | 51.16 | - |
| YUV | 154.86 | 146.71 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 102 | 188 | 0 | 0.59 | 0.24 | 0.04 | 324.17 | 0.89 | 0.68 |
| Hex | F6 | 66 | BC | 0 | 3B | 18 | 4 | 144 | 59 | 44 |
| Octal | 366 | 146 | 274 | 0 | 73 | 30 | 4 | 504 | 131 | 104 |
| Binary | 11110110 | 1100110 | 10111100 | 0 | 111011 | 11000 | 100 | 101000100 | 1011001 | 1000100 |
Color Harmonies of #F666BC
Complementary color
Monochromatic Colors of #F666BC
Black with #F666BC
Text Example
Text Example
White with #F666BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F666BC; }
p { color: rgb(246,102,188); }
H1.HeaderClassName
{
color: #F666BC;
}
.AnyTagClassName
{
color: #F666BC;
}
</style>
background-color css
<style>
a { background-color: #F666BC; }
a { background-color: rgb(246,102,188); }
div.DivClassName
{
background-color: #F666BC;
}
.BgClassName
{
background-color: #F666BC;
}
</style>
border-color css
<style>
span { border-color: #F666BC; }
span { border-color: rgb(246,102,188); }
td.TdClassName
{
border-color: #F666BC;
}
.TagClassName
{
border-color: #F666BC;
}
</style>