Shades of Neon Pink #F861CF
Tints of Neon Pink #F861CF
RGB
CMYK
RGB Variations
Color information
#F861CF (or 0xF861CF) is known color: Neon Pink. HEX triplet: F8, 61 and CF. RGB value is (248,97,207). Sum of RGB (Red+Green+Blue) = 248+97+207=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 97 (38.28% from 255 or 17.57% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F861CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F861CF is #079E30. Grayscale: #9A9A9A. Windows color (decimal): -499249 or 13591032. OLE color: 13591032.
HSL color Cylindrical-coordinate representation of color #F861CF: hue angle of 316.29º 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 #F861CF is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 97 | 207 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.03 |
| HSL | 316.29º | 0.92% | 0.68% | - |
| HSV(B) | 316.29º | 0.61% | 0.97% | - |
| XYZ | 54.25 | 33.01 | 62.54 | - |
| YUV | 154.69 | 157.53 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 97 | 207 | 0 | 0.61 | 0.17 | 0.03 | 316.29 | 0.92 | 0.68 |
| Hex | F8 | 61 | CF | 0 | 3D | 11 | 3 | 13C | 5C | 44 |
| Octal | 370 | 141 | 317 | 0 | 75 | 21 | 3 | 474 | 134 | 104 |
| Binary | 11111000 | 1100001 | 11001111 | 0 | 111101 | 10001 | 11 | 100111100 | 1011100 | 1000100 |
Color Harmonies of #F861CF
Complementary color
Monochromatic Colors of #F861CF
Black with #F861CF
Text Example
Text Example
White with #F861CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F861CF; }
p { color: rgb(248,97,207); }
H1.HeaderClassName
{
color: #F861CF;
}
.AnyTagClassName
{
color: #F861CF;
}
</style>
background-color css
<style>
a { background-color: #F861CF; }
a { background-color: rgb(248,97,207); }
div.DivClassName
{
background-color: #F861CF;
}
.BgClassName
{
background-color: #F861CF;
}
</style>
border-color css
<style>
span { border-color: #F861CF; }
span { border-color: rgb(248,97,207); }
td.TdClassName
{
border-color: #F861CF;
}
.TagClassName
{
border-color: #F861CF;
}
</style>