Shades of Hot Pink #F157BC
Tints of Hot Pink #F157BC
RGB
CMYK
RGB Variations
Color information
#F157BC (or 0xF157BC) is known color: Hot Pink. HEX triplet: F1, 57 and BC. RGB value is (241,87,188). Sum of RGB (Red+Green+Blue) = 241+87+188=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 87 (34.38% from 255 or 16.86% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F157BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F157BC is #0EA843. Grayscale: #909090. Windows color (decimal): -960580 or 12343281. OLE color: 12343281.
HSL color Cylindrical-coordinate representation of color #F157BC: hue angle of 320.65º 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 #F157BC is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 87 | 188 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.05 |
| HSL | 320.65º | 0.85% | 0.64% | - |
| HSV(B) | 320.65º | 0.64% | 0.95% | - |
| XYZ | 48.76 | 29.15 | 50.63 | - |
| YUV | 144.56 | 152.52 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 87 | 188 | 0 | 0.64 | 0.22 | 0.05 | 320.65 | 0.85 | 0.64 |
| Hex | F1 | 57 | BC | 0 | 40 | 16 | 5 | 141 | 55 | 40 |
| Octal | 361 | 127 | 274 | 0 | 100 | 26 | 5 | 501 | 125 | 100 |
| Binary | 11110001 | 1010111 | 10111100 | 0 | 1000000 | 10110 | 101 | 101000001 | 1010101 | 1000000 |
Color Harmonies of #F157BC
Complementary color
Monochromatic Colors of #F157BC
Black with #F157BC
Text Example
Text Example
White with #F157BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F157BC; }
p { color: rgb(241,87,188); }
H1.HeaderClassName
{
color: #F157BC;
}
.AnyTagClassName
{
color: #F157BC;
}
</style>
background-color css
<style>
a { background-color: #F157BC; }
a { background-color: rgb(241,87,188); }
div.DivClassName
{
background-color: #F157BC;
}
.BgClassName
{
background-color: #F157BC;
}
</style>
border-color css
<style>
span { border-color: #F157BC; }
span { border-color: rgb(241,87,188); }
td.TdClassName
{
border-color: #F157BC;
}
.TagClassName
{
border-color: #F157BC;
}
</style>