Shades of Neon Pink #F159C2
Tints of Neon Pink #F159C2
RGB
CMYK
RGB Variations
Color information
#F159C2 (or 0xF159C2) is known color: Neon Pink. HEX triplet: F1, 59 and C2. RGB value is (241,89,194). Sum of RGB (Red+Green+Blue) = 241+89+194=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 89 (35.16% from 255 or 16.98% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F159C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F159C2 is #0EA63D. Grayscale: #929292. Windows color (decimal): -960062 or 12737009. OLE color: 12737009.
HSL color Cylindrical-coordinate representation of color #F159C2: hue angle of 318.55º 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 #F159C2 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 89 | 194 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.05 |
| HSL | 318.55º | 0.84% | 0.65% | - |
| HSV(B) | 318.55º | 0.63% | 0.95% | - |
| XYZ | 49.59 | 29.74 | 54.17 | - |
| YUV | 146.42 | 154.86 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 194 | 0 | 0.63 | 0.20 | 0.05 | 318.55 | 0.84 | 0.65 |
| Hex | F1 | 59 | C2 | 0 | 3F | 14 | 5 | 13F | 54 | 41 |
| Octal | 361 | 131 | 302 | 0 | 77 | 24 | 5 | 477 | 124 | 101 |
| Binary | 11110001 | 1011001 | 11000010 | 0 | 111111 | 10100 | 101 | 100111111 | 1010100 | 1000001 |
Color Harmonies of #F159C2
Complementary color
Monochromatic Colors of #F159C2
Black with #F159C2
Text Example
Text Example
White with #F159C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F159C2; }
p { color: rgb(241,89,194); }
H1.HeaderClassName
{
color: #F159C2;
}
.AnyTagClassName
{
color: #F159C2;
}
</style>
background-color css
<style>
a { background-color: #F159C2; }
a { background-color: rgb(241,89,194); }
div.DivClassName
{
background-color: #F159C2;
}
.BgClassName
{
background-color: #F159C2;
}
</style>
border-color css
<style>
span { border-color: #F159C2; }
span { border-color: rgb(241,89,194); }
td.TdClassName
{
border-color: #F159C2;
}
.TagClassName
{
border-color: #F159C2;
}
</style>