Shades of Neon Pink #F159C5
Tints of Neon Pink #F159C5
RGB
CMYK
RGB Variations
Color information
#F159C5 (or 0xF159C5) is known color: Neon Pink. HEX triplet: F1, 59 and C5. RGB value is (241,89,197). Sum of RGB (Red+Green+Blue) = 241+89+197=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 89 (35.16% from 255 or 16.89% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F159C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F159C5 is #0EA63A. Grayscale: #929292. Windows color (decimal): -960059 or 12933617. OLE color: 12933617.
HSL color Cylindrical-coordinate representation of color #F159C5: hue angle of 317.37º 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 #F159C5 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 89 | 197 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.05 |
| HSL | 317.37º | 0.84% | 0.65% | - |
| HSV(B) | 317.37º | 0.63% | 0.95% | - |
| XYZ | 49.93 | 29.88 | 55.96 | - |
| YUV | 146.76 | 156.36 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 197 | 0 | 0.63 | 0.18 | 0.05 | 317.37 | 0.84 | 0.65 |
| Hex | F1 | 59 | C5 | 0 | 3F | 12 | 5 | 13D | 54 | 41 |
| Octal | 361 | 131 | 305 | 0 | 77 | 22 | 5 | 475 | 124 | 101 |
| Binary | 11110001 | 1011001 | 11000101 | 0 | 111111 | 10010 | 101 | 100111101 | 1010100 | 1000001 |
Color Harmonies of #F159C5
Complementary color
Monochromatic Colors of #F159C5
Black with #F159C5
Text Example
Text Example
White with #F159C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F159C5; }
p { color: rgb(241,89,197); }
H1.HeaderClassName
{
color: #F159C5;
}
.AnyTagClassName
{
color: #F159C5;
}
</style>
background-color css
<style>
a { background-color: #F159C5; }
a { background-color: rgb(241,89,197); }
div.DivClassName
{
background-color: #F159C5;
}
.BgClassName
{
background-color: #F159C5;
}
</style>
border-color css
<style>
span { border-color: #F159C5; }
span { border-color: rgb(241,89,197); }
td.TdClassName
{
border-color: #F159C5;
}
.TagClassName
{
border-color: #F159C5;
}
</style>