Shades of Neon Pink #F160C2
Tints of Neon Pink #F160C2
RGB
CMYK
RGB Variations
Color information
#F160C2 (or 0xF160C2) is known color: Neon Pink. HEX triplet: F1, 60 and C2. RGB value is (241,96,194). Sum of RGB (Red+Green+Blue) = 241+96+194=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F160C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F160C2 is #0E9F3D. Grayscale: #969696. Windows color (decimal): -958270 or 12738801. OLE color: 12738801.
HSL color Cylindrical-coordinate representation of color #F160C2: hue angle of 319.45º 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 #F160C2 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 194 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.05 |
| HSL | 319.45º | 0.84% | 0.66% | - |
| HSV(B) | 319.45º | 0.6% | 0.95% | - |
| XYZ | 50.2 | 30.96 | 54.37 | - |
| YUV | 150.53 | 152.54 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 194 | 0 | 0.60 | 0.20 | 0.05 | 319.45 | 0.84 | 0.66 |
| Hex | F1 | 60 | C2 | 0 | 3C | 14 | 5 | 13F | 54 | 42 |
| Octal | 361 | 140 | 302 | 0 | 74 | 24 | 5 | 477 | 124 | 102 |
| Binary | 11110001 | 1100000 | 11000010 | 0 | 111100 | 10100 | 101 | 100111111 | 1010100 | 1000010 |
Color Harmonies of #F160C2
Complementary color
Monochromatic Colors of #F160C2
Black with #F160C2
Text Example
Text Example
White with #F160C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F160C2; }
p { color: rgb(241,96,194); }
H1.HeaderClassName
{
color: #F160C2;
}
.AnyTagClassName
{
color: #F160C2;
}
</style>
background-color css
<style>
a { background-color: #F160C2; }
a { background-color: rgb(241,96,194); }
div.DivClassName
{
background-color: #F160C2;
}
.BgClassName
{
background-color: #F160C2;
}
</style>
border-color css
<style>
span { border-color: #F160C2; }
span { border-color: rgb(241,96,194); }
td.TdClassName
{
border-color: #F160C2;
}
.TagClassName
{
border-color: #F160C2;
}
</style>