Shades of Neon Pink #F160C0
Tints of Neon Pink #F160C0
RGB
CMYK
RGB Variations
Color information
#F160C0 (or 0xF160C0) is known color: Neon Pink. HEX triplet: F1, 60 and C0. RGB value is (241,96,192). Sum of RGB (Red+Green+Blue) = 241+96+192=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 96 (37.89% from 255 or 18.15% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F160C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F160C0 is #0E9F3F. Grayscale: #969696. Windows color (decimal): -958272 or 12607729. OLE color: 12607729.
HSL color Cylindrical-coordinate representation of color #F160C0: hue angle of 320.28º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F160C0 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 192 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.05 |
| HSL | 320.28º | 0.84% | 0.66% | - |
| HSV(B) | 320.28º | 0.6% | 0.95% | - |
| XYZ | 49.97 | 30.87 | 53.19 | - |
| YUV | 150.3 | 151.54 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 192 | 0 | 0.60 | 0.20 | 0.05 | 320.28 | 0.84 | 0.66 |
| Hex | F1 | 60 | C0 | 0 | 3C | 14 | 5 | 140 | 54 | 42 |
| Octal | 361 | 140 | 300 | 0 | 74 | 24 | 5 | 500 | 124 | 102 |
| Binary | 11110001 | 1100000 | 11000000 | 0 | 111100 | 10100 | 101 | 101000000 | 1010100 | 1000010 |
Color Harmonies of #F160C0
Complementary color
Monochromatic Colors of #F160C0
Black with #F160C0
Text Example
Text Example
White with #F160C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F160C0; }
p { color: rgb(241,96,192); }
H1.HeaderClassName
{
color: #F160C0;
}
.AnyTagClassName
{
color: #F160C0;
}
</style>
background-color css
<style>
a { background-color: #F160C0; }
a { background-color: rgb(241,96,192); }
div.DivClassName
{
background-color: #F160C0;
}
.BgClassName
{
background-color: #F160C0;
}
</style>
border-color css
<style>
span { border-color: #F160C0; }
span { border-color: rgb(241,96,192); }
td.TdClassName
{
border-color: #F160C0;
}
.TagClassName
{
border-color: #F160C0;
}
</style>