Shades of Neon Pink #F16DD1
Tints of Neon Pink #F16DD1
RGB
CMYK
RGB Variations
Color information
#F16DD1 (or 0xF16DD1) is known color: Neon Pink. HEX triplet: F1, 6D and D1. RGB value is (241,109,209). Sum of RGB (Red+Green+Blue) = 241+109+209=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 109 (42.97% from 255 or 19.50% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16DD1 is #0E922E. Grayscale: #9F9F9F. Windows color (decimal): -954927 or 13725169. OLE color: 13725169.
HSL color Cylindrical-coordinate representation of color #F16DD1: hue angle of 314.55º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16DD1 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 209 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.05 |
| HSL | 314.55º | 0.83% | 0.69% | - |
| HSV(B) | 314.55º | 0.55% | 0.95% | - |
| XYZ | 53.25 | 34.24 | 64.12 | - |
| YUV | 159.87 | 155.73 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 209 | 0 | 0.55 | 0.13 | 0.05 | 314.55 | 0.83 | 0.69 |
| Hex | F1 | 6D | D1 | 0 | 37 | D | 5 | 13B | 52 | 45 |
| Octal | 361 | 155 | 321 | 0 | 67 | 15 | 5 | 473 | 122 | 105 |
| Binary | 11110001 | 1101101 | 11010001 | 0 | 110111 | 1101 | 101 | 100111011 | 1010010 | 1000101 |
Color Harmonies of #F16DD1
Complementary color
Monochromatic Colors of #F16DD1
Black with #F16DD1
Text Example
Text Example
White with #F16DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16DD1; }
p { color: rgb(241,109,209); }
H1.HeaderClassName
{
color: #F16DD1;
}
.AnyTagClassName
{
color: #F16DD1;
}
</style>
background-color css
<style>
a { background-color: #F16DD1; }
a { background-color: rgb(241,109,209); }
div.DivClassName
{
background-color: #F16DD1;
}
.BgClassName
{
background-color: #F16DD1;
}
</style>
border-color css
<style>
span { border-color: #F16DD1; }
span { border-color: rgb(241,109,209); }
td.TdClassName
{
border-color: #F16DD1;
}
.TagClassName
{
border-color: #F16DD1;
}
</style>