Shades of Neon Pink #F16DBF
Tints of Neon Pink #F16DBF
RGB
CMYK
RGB Variations
Color information
#F16DBF (or 0xF16DBF) is known color: Neon Pink. HEX triplet: F1, 6D and BF. RGB value is (241,109,191). Sum of RGB (Red+Green+Blue) = 241+109+191=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16DBF is #0E9240. Grayscale: #9D9D9D. Windows color (decimal): -954945 or 12545521. OLE color: 12545521.
HSL color Cylindrical-coordinate representation of color #F16DBF: hue angle of 322.73º 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 #F16DBF is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 191 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.05 |
| HSL | 322.73º | 0.83% | 0.69% | - |
| HSV(B) | 322.73º | 0.55% | 0.95% | - |
| XYZ | 51.15 | 33.4 | 53.04 | - |
| YUV | 157.82 | 146.73 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 191 | 0 | 0.55 | 0.21 | 0.05 | 322.73 | 0.83 | 0.69 |
| Hex | F1 | 6D | BF | 0 | 37 | 15 | 5 | 143 | 52 | 45 |
| Octal | 361 | 155 | 277 | 0 | 67 | 25 | 5 | 503 | 122 | 105 |
| Binary | 11110001 | 1101101 | 10111111 | 0 | 110111 | 10101 | 101 | 101000011 | 1010010 | 1000101 |
Color Harmonies of #F16DBF
Complementary color
Monochromatic Colors of #F16DBF
Black with #F16DBF
Text Example
Text Example
White with #F16DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16DBF; }
p { color: rgb(241,109,191); }
H1.HeaderClassName
{
color: #F16DBF;
}
.AnyTagClassName
{
color: #F16DBF;
}
</style>
background-color css
<style>
a { background-color: #F16DBF; }
a { background-color: rgb(241,109,191); }
div.DivClassName
{
background-color: #F16DBF;
}
.BgClassName
{
background-color: #F16DBF;
}
</style>
border-color css
<style>
span { border-color: #F16DBF; }
span { border-color: rgb(241,109,191); }
td.TdClassName
{
border-color: #F16DBF;
}
.TagClassName
{
border-color: #F16DBF;
}
</style>