Shades of Neon Pink #F175CF
Tints of Neon Pink #F175CF
RGB
CMYK
RGB Variations
Color information
#F175CF (or 0xF175CF) is known color: Neon Pink. HEX triplet: F1, 75 and CF. RGB value is (241,117,207). Sum of RGB (Red+Green+Blue) = 241+117+207=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 117 (46.09% from 255 or 20.71% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F175CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F175CF is #0E8A30. Grayscale: #A4A4A4. Windows color (decimal): -952881 or 13596145. OLE color: 13596145.
HSL color Cylindrical-coordinate representation of color #F175CF: hue angle of 316.45º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F175CF is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 117 | 207 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.05 |
| HSL | 316.45º | 0.82% | 0.7% | - |
| HSV(B) | 316.45º | 0.51% | 0.95% | - |
| XYZ | 53.9 | 35.93 | 63.13 | - |
| YUV | 164.34 | 152.08 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 117 | 207 | 0 | 0.51 | 0.14 | 0.05 | 316.45 | 0.82 | 0.7 |
| Hex | F1 | 75 | CF | 0 | 33 | E | 5 | 13C | 52 | 46 |
| Octal | 361 | 165 | 317 | 0 | 63 | 16 | 5 | 474 | 122 | 106 |
| Binary | 11110001 | 1110101 | 11001111 | 0 | 110011 | 1110 | 101 | 100111100 | 1010010 | 1000110 |
Color Harmonies of #F175CF
Complementary color
Monochromatic Colors of #F175CF
Black with #F175CF
Text Example
Text Example
White with #F175CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F175CF; }
p { color: rgb(241,117,207); }
H1.HeaderClassName
{
color: #F175CF;
}
.AnyTagClassName
{
color: #F175CF;
}
</style>
background-color css
<style>
a { background-color: #F175CF; }
a { background-color: rgb(241,117,207); }
div.DivClassName
{
background-color: #F175CF;
}
.BgClassName
{
background-color: #F175CF;
}
</style>
border-color css
<style>
span { border-color: #F175CF; }
span { border-color: rgb(241,117,207); }
td.TdClassName
{
border-color: #F175CF;
}
.TagClassName
{
border-color: #F175CF;
}
</style>