Shades of Neon Pink #F873CE
Tints of Neon Pink #F873CE
RGB
CMYK
RGB Variations
Color information
#F873CE (or 0xF873CE) is known color: Neon Pink. HEX triplet: F8, 73 and CE. RGB value is (248,115,206). Sum of RGB (Red+Green+Blue) = 248+115+206=569 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.59% from 569); Green value is 115 (45.31% from 255 or 20.21% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 248 - color contains mainly: red. Hex color #F873CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F873CE is #078C31. Grayscale: #A4A4A4. Windows color (decimal): -494642 or 13530104. OLE color: 13530104.
HSL color Cylindrical-coordinate representation of color #F873CE: hue angle of 318.95º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F873CE is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 206 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.03 |
| HSL | 318.95º | 0.9% | 0.71% | - |
| HSV(B) | 318.95º | 0.54% | 0.97% | - |
| XYZ | 55.98 | 36.67 | 62.52 | - |
| YUV | 165.14 | 151.06 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 206 | 0 | 0.54 | 0.17 | 0.03 | 318.95 | 0.9 | 0.71 |
| Hex | F8 | 73 | CE | 0 | 36 | 11 | 3 | 13F | 5A | 47 |
| Octal | 370 | 163 | 316 | 0 | 66 | 21 | 3 | 477 | 132 | 107 |
| Binary | 11111000 | 1110011 | 11001110 | 0 | 110110 | 10001 | 11 | 100111111 | 1011010 | 1000111 |
Color Harmonies of #F873CE
Complementary color
Monochromatic Colors of #F873CE
Black with #F873CE
Text Example
Text Example
White with #F873CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F873CE; }
p { color: rgb(248,115,206); }
H1.HeaderClassName
{
color: #F873CE;
}
.AnyTagClassName
{
color: #F873CE;
}
</style>
background-color css
<style>
a { background-color: #F873CE; }
a { background-color: rgb(248,115,206); }
div.DivClassName
{
background-color: #F873CE;
}
.BgClassName
{
background-color: #F873CE;
}
</style>
border-color css
<style>
span { border-color: #F873CE; }
span { border-color: rgb(248,115,206); }
td.TdClassName
{
border-color: #F873CE;
}
.TagClassName
{
border-color: #F873CE;
}
</style>