Shades of Neon Pink #F172D2
Tints of Neon Pink #F172D2
RGB
CMYK
RGB Variations
Color information
#F172D2 (or 0xF172D2) is known color: Neon Pink. HEX triplet: F1, 72 and D2. RGB value is (241,114,210). Sum of RGB (Red+Green+Blue) = 241+114+210=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F172D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F172D2 is #0E8D2D. Grayscale: #A2A2A2. Windows color (decimal): -953646 or 13791985. OLE color: 13791985.
HSL color Cylindrical-coordinate representation of color #F172D2: hue angle of 314.65º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F172D2 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 210 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.05 |
| HSL | 314.65º | 0.82% | 0.7% | - |
| HSV(B) | 314.65º | 0.53% | 0.95% | - |
| XYZ | 53.93 | 35.39 | 64.96 | - |
| YUV | 162.92 | 154.58 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 210 | 0 | 0.53 | 0.13 | 0.05 | 314.65 | 0.82 | 0.7 |
| Hex | F1 | 72 | D2 | 0 | 35 | D | 5 | 13B | 52 | 46 |
| Octal | 361 | 162 | 322 | 0 | 65 | 15 | 5 | 473 | 122 | 106 |
| Binary | 11110001 | 1110010 | 11010010 | 0 | 110101 | 1101 | 101 | 100111011 | 1010010 | 1000110 |
Color Harmonies of #F172D2
Complementary color
Monochromatic Colors of #F172D2
Black with #F172D2
Text Example
Text Example
White with #F172D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F172D2; }
p { color: rgb(241,114,210); }
H1.HeaderClassName
{
color: #F172D2;
}
.AnyTagClassName
{
color: #F172D2;
}
</style>
background-color css
<style>
a { background-color: #F172D2; }
a { background-color: rgb(241,114,210); }
div.DivClassName
{
background-color: #F172D2;
}
.BgClassName
{
background-color: #F172D2;
}
</style>
border-color css
<style>
span { border-color: #F172D2; }
span { border-color: rgb(241,114,210); }
td.TdClassName
{
border-color: #F172D2;
}
.TagClassName
{
border-color: #F172D2;
}
</style>