Shades of Neon Pink #F160C5
Tints of Neon Pink #F160C5
RGB
CMYK
RGB Variations
Color information
#F160C5 (or 0xF160C5) is known color: Neon Pink. HEX triplet: F1, 60 and C5. RGB value is (241,96,197). Sum of RGB (Red+Green+Blue) = 241+96+197=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 96 (37.89% from 255 or 17.98% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F160C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F160C5 is #0E9F3A. Grayscale: #969696. Windows color (decimal): -958267 or 12935409. OLE color: 12935409.
HSL color Cylindrical-coordinate representation of color #F160C5: hue angle of 318.21º 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 #F160C5 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 197 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.05 |
| HSL | 318.21º | 0.84% | 0.66% | - |
| HSV(B) | 318.21º | 0.6% | 0.95% | - |
| XYZ | 50.54 | 31.1 | 56.16 | - |
| YUV | 150.87 | 154.04 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 197 | 0 | 0.60 | 0.18 | 0.05 | 318.21 | 0.84 | 0.66 |
| Hex | F1 | 60 | C5 | 0 | 3C | 12 | 5 | 13E | 54 | 42 |
| Octal | 361 | 140 | 305 | 0 | 74 | 22 | 5 | 476 | 124 | 102 |
| Binary | 11110001 | 1100000 | 11000101 | 0 | 111100 | 10010 | 101 | 100111110 | 1010100 | 1000010 |
Color Harmonies of #F160C5
Complementary color
Monochromatic Colors of #F160C5
Black with #F160C5
Text Example
Text Example
White with #F160C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F160C5; }
p { color: rgb(241,96,197); }
H1.HeaderClassName
{
color: #F160C5;
}
.AnyTagClassName
{
color: #F160C5;
}
</style>
background-color css
<style>
a { background-color: #F160C5; }
a { background-color: rgb(241,96,197); }
div.DivClassName
{
background-color: #F160C5;
}
.BgClassName
{
background-color: #F160C5;
}
</style>
border-color css
<style>
span { border-color: #F160C5; }
span { border-color: rgb(241,96,197); }
td.TdClassName
{
border-color: #F160C5;
}
.TagClassName
{
border-color: #F160C5;
}
</style>