Shades of Neon Pink #F172C5
Tints of Neon Pink #F172C5
RGB
CMYK
RGB Variations
Color information
#F172C5 (or 0xF172C5) is known color: Neon Pink. HEX triplet: F1, 72 and C5. RGB value is (241,114,197). Sum of RGB (Red+Green+Blue) = 241+114+197=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 114 (44.92% from 255 or 20.65% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F172C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F172C5 is #0E8D3A. Grayscale: #A1A1A1. Windows color (decimal): -953659 or 12940017. OLE color: 12940017.
HSL color Cylindrical-coordinate representation of color #F172C5: hue angle of 320.79º 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 #F172C5 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 197 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.05 |
| HSL | 320.79º | 0.82% | 0.7% | - |
| HSV(B) | 320.79º | 0.53% | 0.95% | - |
| XYZ | 52.37 | 34.77 | 56.77 | - |
| YUV | 161.44 | 148.08 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 197 | 0 | 0.53 | 0.18 | 0.05 | 320.79 | 0.82 | 0.7 |
| Hex | F1 | 72 | C5 | 0 | 35 | 12 | 5 | 141 | 52 | 46 |
| Octal | 361 | 162 | 305 | 0 | 65 | 22 | 5 | 501 | 122 | 106 |
| Binary | 11110001 | 1110010 | 11000101 | 0 | 110101 | 10010 | 101 | 101000001 | 1010010 | 1000110 |
Color Harmonies of #F172C5
Complementary color
Monochromatic Colors of #F172C5
Black with #F172C5
Text Example
Text Example
White with #F172C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F172C5; }
p { color: rgb(241,114,197); }
H1.HeaderClassName
{
color: #F172C5;
}
.AnyTagClassName
{
color: #F172C5;
}
</style>
background-color css
<style>
a { background-color: #F172C5; }
a { background-color: rgb(241,114,197); }
div.DivClassName
{
background-color: #F172C5;
}
.BgClassName
{
background-color: #F172C5;
}
</style>
border-color css
<style>
span { border-color: #F172C5; }
span { border-color: rgb(241,114,197); }
td.TdClassName
{
border-color: #F172C5;
}
.TagClassName
{
border-color: #F172C5;
}
</style>