Shades of Neon Pink #F16FD1
Tints of Neon Pink #F16FD1
RGB
CMYK
RGB Variations
Color information
#F16FD1 (or 0xF16FD1) is known color: Neon Pink. HEX triplet: F1, 6F and D1. RGB value is (241,111,209). Sum of RGB (Red+Green+Blue) = 241+111+209=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 111 (43.75% from 255 or 19.79% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F16FD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16FD1 is #0E902E. Grayscale: #A0A0A0. Windows color (decimal): -954415 or 13725681. OLE color: 13725681.
HSL color Cylindrical-coordinate representation of color #F16FD1: hue angle of 314.77º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16FD1 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 209 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.05 |
| HSL | 314.77º | 0.82% | 0.69% | - |
| HSV(B) | 314.77º | 0.54% | 0.95% | - |
| XYZ | 53.47 | 34.67 | 64.2 | - |
| YUV | 161.04 | 155.07 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 209 | 0 | 0.54 | 0.13 | 0.05 | 314.77 | 0.82 | 0.69 |
| Hex | F1 | 6F | D1 | 0 | 36 | D | 5 | 13B | 52 | 45 |
| Octal | 361 | 157 | 321 | 0 | 66 | 15 | 5 | 473 | 122 | 105 |
| Binary | 11110001 | 1101111 | 11010001 | 0 | 110110 | 1101 | 101 | 100111011 | 1010010 | 1000101 |
Color Harmonies of #F16FD1
Complementary color
Monochromatic Colors of #F16FD1
Black with #F16FD1
Text Example
Text Example
White with #F16FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16FD1; }
p { color: rgb(241,111,209); }
H1.HeaderClassName
{
color: #F16FD1;
}
.AnyTagClassName
{
color: #F16FD1;
}
</style>
background-color css
<style>
a { background-color: #F16FD1; }
a { background-color: rgb(241,111,209); }
div.DivClassName
{
background-color: #F16FD1;
}
.BgClassName
{
background-color: #F16FD1;
}
</style>
border-color css
<style>
span { border-color: #F16FD1; }
span { border-color: rgb(241,111,209); }
td.TdClassName
{
border-color: #F16FD1;
}
.TagClassName
{
border-color: #F16FD1;
}
</style>