Shades of Hot Pink #F16CA6
Tints of Hot Pink #F16CA6
RGB
CMYK
RGB Variations
Color information
#F16CA6 (or 0xF16CA6) is known color: Hot Pink. HEX triplet: F1, 6C and A6. RGB value is (241,108,166). Sum of RGB (Red+Green+Blue) = 241+108+166=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16CA6 is #0E9359. Grayscale: #9A9A9A. Windows color (decimal): -955226 or 10906865. OLE color: 10906865.
HSL color Cylindrical-coordinate representation of color #F16CA6: hue angle of 333.83º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16CA6 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 166 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.05 |
| HSL | 333.83º | 0.83% | 0.68% | - |
| HSV(B) | 333.83º | 0.55% | 0.95% | - |
| XYZ | 48.52 | 32.18 | 39.73 | - |
| YUV | 154.38 | 134.56 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 166 | 0 | 0.55 | 0.31 | 0.05 | 333.83 | 0.83 | 0.68 |
| Hex | F1 | 6C | A6 | 0 | 37 | 1F | 5 | 14E | 53 | 44 |
| Octal | 361 | 154 | 246 | 0 | 67 | 37 | 5 | 516 | 123 | 104 |
| Binary | 11110001 | 1101100 | 10100110 | 0 | 110111 | 11111 | 101 | 101001110 | 1010011 | 1000100 |
Color Harmonies of #F16CA6
Complementary color
Monochromatic Colors of #F16CA6
Black with #F16CA6
Text Example
Text Example
White with #F16CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16CA6; }
p { color: rgb(241,108,166); }
H1.HeaderClassName
{
color: #F16CA6;
}
.AnyTagClassName
{
color: #F16CA6;
}
</style>
background-color css
<style>
a { background-color: #F16CA6; }
a { background-color: rgb(241,108,166); }
div.DivClassName
{
background-color: #F16CA6;
}
.BgClassName
{
background-color: #F16CA6;
}
</style>
border-color css
<style>
span { border-color: #F16CA6; }
span { border-color: rgb(241,108,166); }
td.TdClassName
{
border-color: #F16CA6;
}
.TagClassName
{
border-color: #F16CA6;
}
</style>