Shades of Neon Pink #F16ED3
Tints of Neon Pink #F16ED3
RGB
CMYK
RGB Variations
Color information
#F16ED3 (or 0xF16ED3) is known color: Neon Pink. HEX triplet: F1, 6E and D3. RGB value is (241,110,211). Sum of RGB (Red+Green+Blue) = 241+110+211=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 110 (43.36% from 255 or 19.57% from 562); Blue value is 211 (82.81% from 255 or 37.54% from 562); Max value from RGB is 241 - color contains mainly: red. Hex color #F16ED3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16ED3 is #0E912C. Grayscale: #A0A0A0. Windows color (decimal): -954669 or 13856497. OLE color: 13856497.
HSL color Cylindrical-coordinate representation of color #F16ED3: hue angle of 313.74º 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 #F16ED3 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 211 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.05 |
| HSL | 313.74º | 0.82% | 0.69% | - |
| HSV(B) | 313.74º | 0.54% | 0.95% | - |
| XYZ | 53.61 | 34.56 | 65.47 | - |
| YUV | 160.68 | 156.4 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 211 | 0 | 0.54 | 0.12 | 0.05 | 313.74 | 0.82 | 0.69 |
| Hex | F1 | 6E | D3 | 0 | 36 | C | 5 | 13A | 52 | 45 |
| Octal | 361 | 156 | 323 | 0 | 66 | 14 | 5 | 472 | 122 | 105 |
| Binary | 11110001 | 1101110 | 11010011 | 0 | 110110 | 1100 | 101 | 100111010 | 1010010 | 1000101 |
Color Harmonies of #F16ED3
Complementary color
Monochromatic Colors of #F16ED3
Black with #F16ED3
Text Example
Text Example
White with #F16ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16ED3; }
p { color: rgb(241,110,211); }
H1.HeaderClassName
{
color: #F16ED3;
}
.AnyTagClassName
{
color: #F16ED3;
}
</style>
background-color css
<style>
a { background-color: #F16ED3; }
a { background-color: rgb(241,110,211); }
div.DivClassName
{
background-color: #F16ED3;
}
.BgClassName
{
background-color: #F16ED3;
}
</style>
border-color css
<style>
span { border-color: #F16ED3; }
span { border-color: rgb(241,110,211); }
td.TdClassName
{
border-color: #F16ED3;
}
.TagClassName
{
border-color: #F16ED3;
}
</style>