Shades of Neon Pink #F159C0
Tints of Neon Pink #F159C0
RGB
CMYK
RGB Variations
Color information
#F159C0 (or 0xF159C0) is known color: Neon Pink. HEX triplet: F1, 59 and C0. RGB value is (241,89,192). Sum of RGB (Red+Green+Blue) = 241+89+192=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 89 (35.16% from 255 or 17.05% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F159C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F159C0 is #0EA63F. Grayscale: #919191. Windows color (decimal): -960064 or 12605937. OLE color: 12605937.
HSL color Cylindrical-coordinate representation of color #F159C0: hue angle of 319.34º 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 #F159C0 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 89 | 192 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.05 |
| HSL | 319.34º | 0.84% | 0.65% | - |
| HSV(B) | 319.34º | 0.63% | 0.95% | - |
| XYZ | 49.36 | 29.65 | 52.99 | - |
| YUV | 146.19 | 153.86 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 192 | 0 | 0.63 | 0.20 | 0.05 | 319.34 | 0.84 | 0.65 |
| Hex | F1 | 59 | C0 | 0 | 3F | 14 | 5 | 13F | 54 | 41 |
| Octal | 361 | 131 | 300 | 0 | 77 | 24 | 5 | 477 | 124 | 101 |
| Binary | 11110001 | 1011001 | 11000000 | 0 | 111111 | 10100 | 101 | 100111111 | 1010100 | 1000001 |
Color Harmonies of #F159C0
Complementary color
Monochromatic Colors of #F159C0
Black with #F159C0
Text Example
Text Example
White with #F159C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F159C0; }
p { color: rgb(241,89,192); }
H1.HeaderClassName
{
color: #F159C0;
}
.AnyTagClassName
{
color: #F159C0;
}
</style>
background-color css
<style>
a { background-color: #F159C0; }
a { background-color: rgb(241,89,192); }
div.DivClassName
{
background-color: #F159C0;
}
.BgClassName
{
background-color: #F159C0;
}
</style>
border-color css
<style>
span { border-color: #F159C0; }
span { border-color: rgb(241,89,192); }
td.TdClassName
{
border-color: #F159C0;
}
.TagClassName
{
border-color: #F159C0;
}
</style>