Shades of Neon Pink #F16FD3
Tints of Neon Pink #F16FD3
RGB
CMYK
RGB Variations
Color information
#F16FD3 (or 0xF16FD3) is known color: Neon Pink. HEX triplet: F1, 6F and D3. RGB value is (241,111,211). Sum of RGB (Red+Green+Blue) = 241+111+211=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 111 (43.75% from 255 or 19.72% from 563); Blue value is 211 (82.81% from 255 or 37.48% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F16FD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16FD3 is #0E902C. Grayscale: #A1A1A1. Windows color (decimal): -954413 or 13856753. OLE color: 13856753.
HSL color Cylindrical-coordinate representation of color #F16FD3: hue angle of 313.85º 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 #F16FD3 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 211 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.05 |
| HSL | 313.85º | 0.82% | 0.69% | - |
| HSV(B) | 313.85º | 0.54% | 0.95% | - |
| XYZ | 53.72 | 34.77 | 65.51 | - |
| YUV | 161.27 | 156.07 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 211 | 0 | 0.54 | 0.12 | 0.05 | 313.85 | 0.82 | 0.69 |
| Hex | F1 | 6F | D3 | 0 | 36 | C | 5 | 13A | 52 | 45 |
| Octal | 361 | 157 | 323 | 0 | 66 | 14 | 5 | 472 | 122 | 105 |
| Binary | 11110001 | 1101111 | 11010011 | 0 | 110110 | 1100 | 101 | 100111010 | 1010010 | 1000101 |
Color Harmonies of #F16FD3
Complementary color
Monochromatic Colors of #F16FD3
Black with #F16FD3
Text Example
Text Example
White with #F16FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16FD3; }
p { color: rgb(241,111,211); }
H1.HeaderClassName
{
color: #F16FD3;
}
.AnyTagClassName
{
color: #F16FD3;
}
</style>
background-color css
<style>
a { background-color: #F16FD3; }
a { background-color: rgb(241,111,211); }
div.DivClassName
{
background-color: #F16FD3;
}
.BgClassName
{
background-color: #F16FD3;
}
</style>
border-color css
<style>
span { border-color: #F16FD3; }
span { border-color: rgb(241,111,211); }
td.TdClassName
{
border-color: #F16FD3;
}
.TagClassName
{
border-color: #F16FD3;
}
</style>