Shades of Neon Pink #F972D5
Tints of Neon Pink #F972D5
RGB
CMYK
RGB Variations
Color information
#F972D5 (or 0xF972D5) is known color: Neon Pink. HEX triplet: F9, 72 and D5. RGB value is (249,114,213). Sum of RGB (Red+Green+Blue) = 249+114+213=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 114 (44.92% from 255 or 19.79% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F972D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F972D5 is #068D2A. Grayscale: #A5A5A5. Windows color (decimal): -429355 or 13988601. OLE color: 13988601.
HSL color Cylindrical-coordinate representation of color #F972D5: hue angle of 316º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F972D5 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 114 | 213 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.02 |
| HSL | 316º | 0.92% | 0.71% | - |
| HSV(B) | 316º | 0.54% | 0.98% | - |
| XYZ | 57.09 | 36.98 | 67.08 | - |
| YUV | 165.65 | 154.73 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 114 | 213 | 0 | 0.54 | 0.14 | 0.02 | 316 | 0.92 | 0.71 |
| Hex | F9 | 72 | D5 | 0 | 36 | E | 2 | 13C | 5C | 47 |
| Octal | 371 | 162 | 325 | 0 | 66 | 16 | 2 | 474 | 134 | 107 |
| Binary | 11111001 | 1110010 | 11010101 | 0 | 110110 | 1110 | 10 | 100111100 | 1011100 | 1000111 |
Color Harmonies of #F972D5
Complementary color
Monochromatic Colors of #F972D5
Black with #F972D5
Text Example
Text Example
White with #F972D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F972D5; }
p { color: rgb(249,114,213); }
H1.HeaderClassName
{
color: #F972D5;
}
.AnyTagClassName
{
color: #F972D5;
}
</style>
background-color css
<style>
a { background-color: #F972D5; }
a { background-color: rgb(249,114,213); }
div.DivClassName
{
background-color: #F972D5;
}
.BgClassName
{
background-color: #F972D5;
}
</style>
border-color css
<style>
span { border-color: #F972D5; }
span { border-color: rgb(249,114,213); }
td.TdClassName
{
border-color: #F972D5;
}
.TagClassName
{
border-color: #F972D5;
}
</style>