Shades of Hot Pink #F159B5
Tints of Hot Pink #F159B5
RGB
CMYK
RGB Variations
Color information
#F159B5 (or 0xF159B5) is known color: Hot Pink. HEX triplet: F1, 59 and B5. RGB value is (241,89,181). Sum of RGB (Red+Green+Blue) = 241+89+181=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F159B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F159B5 is #0EA64A. Grayscale: #909090. Windows color (decimal): -960075 or 11885041. OLE color: 11885041.
HSL color Cylindrical-coordinate representation of color #F159B5: hue angle of 323.68º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F159B5 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 89 | 181 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.05 |
| HSL | 323.68º | 0.84% | 0.65% | - |
| HSV(B) | 323.68º | 0.63% | 0.95% | - |
| XYZ | 48.19 | 29.18 | 46.81 | - |
| YUV | 144.94 | 148.36 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 181 | 0 | 0.63 | 0.25 | 0.05 | 323.68 | 0.84 | 0.65 |
| Hex | F1 | 59 | B5 | 0 | 3F | 19 | 5 | 144 | 54 | 41 |
| Octal | 361 | 131 | 265 | 0 | 77 | 31 | 5 | 504 | 124 | 101 |
| Binary | 11110001 | 1011001 | 10110101 | 0 | 111111 | 11001 | 101 | 101000100 | 1010100 | 1000001 |
Color Harmonies of #F159B5
Complementary color
Monochromatic Colors of #F159B5
Black with #F159B5
Text Example
Text Example
White with #F159B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F159B5; }
p { color: rgb(241,89,181); }
H1.HeaderClassName
{
color: #F159B5;
}
.AnyTagClassName
{
color: #F159B5;
}
</style>
background-color css
<style>
a { background-color: #F159B5; }
a { background-color: rgb(241,89,181); }
div.DivClassName
{
background-color: #F159B5;
}
.BgClassName
{
background-color: #F159B5;
}
</style>
border-color css
<style>
span { border-color: #F159B5; }
span { border-color: rgb(241,89,181); }
td.TdClassName
{
border-color: #F159B5;
}
.TagClassName
{
border-color: #F159B5;
}
</style>