Shades of Hot Pink #F156BC
Tints of Hot Pink #F156BC
RGB
CMYK
RGB Variations
Color information
#F156BC (or 0xF156BC) is known color: Hot Pink. HEX triplet: F1, 56 and BC. RGB value is (241,86,188). Sum of RGB (Red+Green+Blue) = 241+86+188=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 86 (33.98% from 255 or 16.70% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F156BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F156BC is #0EA943. Grayscale: #8F8F8F. Windows color (decimal): -960836 or 12343025. OLE color: 12343025.
HSL color Cylindrical-coordinate representation of color #F156BC: hue angle of 320.52º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F156BC is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 188 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.05 |
| HSL | 320.52º | 0.85% | 0.64% | - |
| HSV(B) | 320.52º | 0.64% | 0.95% | - |
| XYZ | 48.68 | 28.99 | 50.61 | - |
| YUV | 143.97 | 152.85 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 188 | 0 | 0.64 | 0.22 | 0.05 | 320.52 | 0.85 | 0.64 |
| Hex | F1 | 56 | BC | 0 | 40 | 16 | 5 | 141 | 55 | 40 |
| Octal | 361 | 126 | 274 | 0 | 100 | 26 | 5 | 501 | 125 | 100 |
| Binary | 11110001 | 1010110 | 10111100 | 0 | 1000000 | 10110 | 101 | 101000001 | 1010101 | 1000000 |
Color Harmonies of #F156BC
Complementary color
Monochromatic Colors of #F156BC
Black with #F156BC
Text Example
Text Example
White with #F156BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F156BC; }
p { color: rgb(241,86,188); }
H1.HeaderClassName
{
color: #F156BC;
}
.AnyTagClassName
{
color: #F156BC;
}
</style>
background-color css
<style>
a { background-color: #F156BC; }
a { background-color: rgb(241,86,188); }
div.DivClassName
{
background-color: #F156BC;
}
.BgClassName
{
background-color: #F156BC;
}
</style>
border-color css
<style>
span { border-color: #F156BC; }
span { border-color: rgb(241,86,188); }
td.TdClassName
{
border-color: #F156BC;
}
.TagClassName
{
border-color: #F156BC;
}
</style>