Shades of Hot Pink #F157BB
Tints of Hot Pink #F157BB
RGB
CMYK
RGB Variations
Color information
#F157BB (or 0xF157BB) is known color: Hot Pink. HEX triplet: F1, 57 and BB. RGB value is (241,87,187). Sum of RGB (Red+Green+Blue) = 241+87+187=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 87 (34.38% from 255 or 16.89% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F157BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F157BB is #0EA844. Grayscale: #909090. Windows color (decimal): -960581 or 12277745. OLE color: 12277745.
HSL color Cylindrical-coordinate representation of color #F157BB: hue angle of 321.04º 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 #F157BB is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 87 | 187 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.05 |
| HSL | 321.04º | 0.85% | 0.64% | - |
| HSV(B) | 321.04º | 0.64% | 0.95% | - |
| XYZ | 48.65 | 29.11 | 50.07 | - |
| YUV | 144.45 | 152.02 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 87 | 187 | 0 | 0.64 | 0.22 | 0.05 | 321.04 | 0.85 | 0.64 |
| Hex | F1 | 57 | BB | 0 | 40 | 16 | 5 | 141 | 55 | 40 |
| Octal | 361 | 127 | 273 | 0 | 100 | 26 | 5 | 501 | 125 | 100 |
| Binary | 11110001 | 1010111 | 10111011 | 0 | 1000000 | 10110 | 101 | 101000001 | 1010101 | 1000000 |
Color Harmonies of #F157BB
Complementary color
Monochromatic Colors of #F157BB
Black with #F157BB
Text Example
Text Example
White with #F157BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F157BB; }
p { color: rgb(241,87,187); }
H1.HeaderClassName
{
color: #F157BB;
}
.AnyTagClassName
{
color: #F157BB;
}
</style>
background-color css
<style>
a { background-color: #F157BB; }
a { background-color: rgb(241,87,187); }
div.DivClassName
{
background-color: #F157BB;
}
.BgClassName
{
background-color: #F157BB;
}
</style>
border-color css
<style>
span { border-color: #F157BB; }
span { border-color: rgb(241,87,187); }
td.TdClassName
{
border-color: #F157BB;
}
.TagClassName
{
border-color: #F157BB;
}
</style>