Shades of Neon Pink #F861D1
Tints of Neon Pink #F861D1
RGB
CMYK
RGB Variations
Color information
#F861D1 (or 0xF861D1) is known color: Neon Pink. HEX triplet: F8, 61 and D1. RGB value is (248,97,209). Sum of RGB (Red+Green+Blue) = 248+97+209=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 97 (38.28% from 255 or 17.51% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F861D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F861D1 is #079E2E. Grayscale: #9A9A9A. Windows color (decimal): -499247 or 13722104. OLE color: 13722104.
HSL color Cylindrical-coordinate representation of color #F861D1: hue angle of 315.5º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F861D1 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 97 | 209 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.03 |
| HSL | 315.5º | 0.92% | 0.68% | - |
| HSV(B) | 315.5º | 0.61% | 0.97% | - |
| XYZ | 54.49 | 33.11 | 63.84 | - |
| YUV | 154.92 | 158.53 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 97 | 209 | 0 | 0.61 | 0.16 | 0.03 | 315.5 | 0.92 | 0.68 |
| Hex | F8 | 61 | D1 | 0 | 3D | 10 | 3 | 13B | 5C | 44 |
| Octal | 370 | 141 | 321 | 0 | 75 | 20 | 3 | 473 | 134 | 104 |
| Binary | 11111000 | 1100001 | 11010001 | 0 | 111101 | 10000 | 11 | 100111011 | 1011100 | 1000100 |
Color Harmonies of #F861D1
Complementary color
Monochromatic Colors of #F861D1
Black with #F861D1
Text Example
Text Example
White with #F861D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F861D1; }
p { color: rgb(248,97,209); }
H1.HeaderClassName
{
color: #F861D1;
}
.AnyTagClassName
{
color: #F861D1;
}
</style>
background-color css
<style>
a { background-color: #F861D1; }
a { background-color: rgb(248,97,209); }
div.DivClassName
{
background-color: #F861D1;
}
.BgClassName
{
background-color: #F861D1;
}
</style>
border-color css
<style>
span { border-color: #F861D1; }
span { border-color: rgb(248,97,209); }
td.TdClassName
{
border-color: #F861D1;
}
.TagClassName
{
border-color: #F861D1;
}
</style>