Shades of Hot Pink #F154BB
Tints of Hot Pink #F154BB
RGB
CMYK
RGB Variations
Color information
#F154BB (or 0xF154BB) is known color: Hot Pink. HEX triplet: F1, 54 and BB. RGB value is (241,84,187). Sum of RGB (Red+Green+Blue) = 241+84+187=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 84 (33.20% from 255 or 16.41% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F154BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F154BB is #0EAB44. Grayscale: #8E8E8E. Windows color (decimal): -961349 or 12276977. OLE color: 12276977.
HSL color Cylindrical-coordinate representation of color #F154BB: hue angle of 320.64º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F154BB is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 84 | 187 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.05 |
| HSL | 320.64º | 0.85% | 0.64% | - |
| HSV(B) | 320.64º | 0.65% | 0.95% | - |
| XYZ | 48.42 | 28.63 | 49.99 | - |
| YUV | 142.69 | 153.01 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 84 | 187 | 0 | 0.65 | 0.22 | 0.05 | 320.64 | 0.85 | 0.64 |
| Hex | F1 | 54 | BB | 0 | 41 | 16 | 5 | 141 | 55 | 40 |
| Octal | 361 | 124 | 273 | 0 | 101 | 26 | 5 | 501 | 125 | 100 |
| Binary | 11110001 | 1010100 | 10111011 | 0 | 1000001 | 10110 | 101 | 101000001 | 1010101 | 1000000 |
Color Harmonies of #F154BB
Complementary color
Monochromatic Colors of #F154BB
Black with #F154BB
Text Example
Text Example
White with #F154BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F154BB; }
p { color: rgb(241,84,187); }
H1.HeaderClassName
{
color: #F154BB;
}
.AnyTagClassName
{
color: #F154BB;
}
</style>
background-color css
<style>
a { background-color: #F154BB; }
a { background-color: rgb(241,84,187); }
div.DivClassName
{
background-color: #F154BB;
}
.BgClassName
{
background-color: #F154BB;
}
</style>
border-color css
<style>
span { border-color: #F154BB; }
span { border-color: rgb(241,84,187); }
td.TdClassName
{
border-color: #F154BB;
}
.TagClassName
{
border-color: #F154BB;
}
</style>