Shades of Neon Pink #F161C1
Tints of Neon Pink #F161C1
RGB
CMYK
RGB Variations
Color information
#F161C1 (or 0xF161C1) is known color: Neon Pink. HEX triplet: F1, 61 and C1. RGB value is (241,97,193). Sum of RGB (Red+Green+Blue) = 241+97+193=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 97 (38.28% from 255 or 18.27% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F161C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F161C1 is #0E9E3E. Grayscale: #969696. Windows color (decimal): -958015 or 12673521. OLE color: 12673521.
HSL color Cylindrical-coordinate representation of color #F161C1: hue angle of 320º 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 #F161C1 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 97 | 193 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.05 |
| HSL | 320º | 0.84% | 0.66% | - |
| HSV(B) | 320º | 0.6% | 0.95% | - |
| XYZ | 50.18 | 31.1 | 53.81 | - |
| YUV | 151 | 151.71 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 97 | 193 | 0 | 0.60 | 0.20 | 0.05 | 320 | 0.84 | 0.66 |
| Hex | F1 | 61 | C1 | 0 | 3C | 14 | 5 | 140 | 54 | 42 |
| Octal | 361 | 141 | 301 | 0 | 74 | 24 | 5 | 500 | 124 | 102 |
| Binary | 11110001 | 1100001 | 11000001 | 0 | 111100 | 10100 | 101 | 101000000 | 1010100 | 1000010 |
Color Harmonies of #F161C1
Complementary color
Monochromatic Colors of #F161C1
Black with #F161C1
Text Example
Text Example
White with #F161C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F161C1; }
p { color: rgb(241,97,193); }
H1.HeaderClassName
{
color: #F161C1;
}
.AnyTagClassName
{
color: #F161C1;
}
</style>
background-color css
<style>
a { background-color: #F161C1; }
a { background-color: rgb(241,97,193); }
div.DivClassName
{
background-color: #F161C1;
}
.BgClassName
{
background-color: #F161C1;
}
</style>
border-color css
<style>
span { border-color: #F161C1; }
span { border-color: rgb(241,97,193); }
td.TdClassName
{
border-color: #F161C1;
}
.TagClassName
{
border-color: #F161C1;
}
</style>