Shades of Neon Pink #F873D0
Tints of Neon Pink #F873D0
RGB
CMYK
RGB Variations
Color information
#F873D0 (or 0xF873D0) is known color: Neon Pink. HEX triplet: F8, 73 and D0. RGB value is (248,115,208). Sum of RGB (Red+Green+Blue) = 248+115+208=571 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.43% from 571); Green value is 115 (45.31% from 255 or 20.14% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 248 - color contains mainly: red. Hex color #F873D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F873D0 is #078C2F. Grayscale: #A5A5A5. Windows color (decimal): -494640 or 13661176. OLE color: 13661176.
HSL color Cylindrical-coordinate representation of color #F873D0: hue angle of 318.05º 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 #F873D0 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 208 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.03 |
| HSL | 318.05º | 0.9% | 0.71% | - |
| HSV(B) | 318.05º | 0.54% | 0.97% | - |
| XYZ | 56.23 | 36.77 | 63.81 | - |
| YUV | 165.37 | 152.06 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 208 | 0 | 0.54 | 0.16 | 0.03 | 318.05 | 0.9 | 0.71 |
| Hex | F8 | 73 | D0 | 0 | 36 | 10 | 3 | 13E | 5A | 47 |
| Octal | 370 | 163 | 320 | 0 | 66 | 20 | 3 | 476 | 132 | 107 |
| Binary | 11111000 | 1110011 | 11010000 | 0 | 110110 | 10000 | 11 | 100111110 | 1011010 | 1000111 |
Color Harmonies of #F873D0
Complementary color
Monochromatic Colors of #F873D0
Black with #F873D0
Text Example
Text Example
White with #F873D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F873D0; }
p { color: rgb(248,115,208); }
H1.HeaderClassName
{
color: #F873D0;
}
.AnyTagClassName
{
color: #F873D0;
}
</style>
background-color css
<style>
a { background-color: #F873D0; }
a { background-color: rgb(248,115,208); }
div.DivClassName
{
background-color: #F873D0;
}
.BgClassName
{
background-color: #F873D0;
}
</style>
border-color css
<style>
span { border-color: #F873D0; }
span { border-color: rgb(248,115,208); }
td.TdClassName
{
border-color: #F873D0;
}
.TagClassName
{
border-color: #F873D0;
}
</style>