Shades of Neon Pink #F561D1
Tints of Neon Pink #F561D1
RGB
CMYK
RGB Variations
Color information
#F561D1 (or 0xF561D1) is known color: Neon Pink. HEX triplet: F5, 61 and D1. RGB value is (245,97,209). Sum of RGB (Red+Green+Blue) = 245+97+209=551 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.46% from 551); Green value is 97 (38.28% from 255 or 17.60% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 245 - color contains mainly: red. Hex color #F561D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F561D1 is #0A9E2E. Grayscale: #999999. Windows color (decimal): -695855 or 13722101. OLE color: 13722101.
HSL color Cylindrical-coordinate representation of color #F561D1: hue angle of 314.59º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F561D1 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 97 | 209 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.04 |
| HSL | 314.59º | 0.88% | 0.67% | - |
| HSV(B) | 314.59º | 0.6% | 0.96% | - |
| XYZ | 53.44 | 32.57 | 63.79 | - |
| YUV | 154.02 | 159.03 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 97 | 209 | 0 | 0.60 | 0.15 | 0.04 | 314.59 | 0.88 | 0.67 |
| Hex | F5 | 61 | D1 | 0 | 3C | F | 4 | 13B | 58 | 43 |
| Octal | 365 | 141 | 321 | 0 | 74 | 17 | 4 | 473 | 130 | 103 |
| Binary | 11110101 | 1100001 | 11010001 | 0 | 111100 | 1111 | 100 | 100111011 | 1011000 | 1000011 |
Color Harmonies of #F561D1
Complementary color
Monochromatic Colors of #F561D1
Black with #F561D1
Text Example
Text Example
White with #F561D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F561D1; }
p { color: rgb(245,97,209); }
H1.HeaderClassName
{
color: #F561D1;
}
.AnyTagClassName
{
color: #F561D1;
}
</style>
background-color css
<style>
a { background-color: #F561D1; }
a { background-color: rgb(245,97,209); }
div.DivClassName
{
background-color: #F561D1;
}
.BgClassName
{
background-color: #F561D1;
}
</style>
border-color css
<style>
span { border-color: #F561D1; }
span { border-color: rgb(245,97,209); }
td.TdClassName
{
border-color: #F561D1;
}
.TagClassName
{
border-color: #F561D1;
}
</style>