Shades of Neon Pink #F168CF
Tints of Neon Pink #F168CF
RGB
CMYK
RGB Variations
Color information
#F168CF (or 0xF168CF) is known color: Neon Pink. HEX triplet: F1, 68 and CF. RGB value is (241,104,207). Sum of RGB (Red+Green+Blue) = 241+104+207=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 104 (41.02% from 255 or 18.84% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F168CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F168CF is #0E9730. Grayscale: #9C9C9C. Windows color (decimal): -956209 or 13592817. OLE color: 13592817.
HSL color Cylindrical-coordinate representation of color #F168CF: hue angle of 314.89º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F168CF is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 207 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.05 |
| HSL | 314.89º | 0.83% | 0.68% | - |
| HSV(B) | 314.89º | 0.57% | 0.95% | - |
| XYZ | 52.49 | 33.11 | 62.66 | - |
| YUV | 156.71 | 156.39 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 207 | 0 | 0.57 | 0.14 | 0.05 | 314.89 | 0.83 | 0.68 |
| Hex | F1 | 68 | CF | 0 | 39 | E | 5 | 13B | 53 | 44 |
| Octal | 361 | 150 | 317 | 0 | 71 | 16 | 5 | 473 | 123 | 104 |
| Binary | 11110001 | 1101000 | 11001111 | 0 | 111001 | 1110 | 101 | 100111011 | 1010011 | 1000100 |
Color Harmonies of #F168CF
Complementary color
Monochromatic Colors of #F168CF
Black with #F168CF
Text Example
Text Example
White with #F168CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F168CF; }
p { color: rgb(241,104,207); }
H1.HeaderClassName
{
color: #F168CF;
}
.AnyTagClassName
{
color: #F168CF;
}
</style>
background-color css
<style>
a { background-color: #F168CF; }
a { background-color: rgb(241,104,207); }
div.DivClassName
{
background-color: #F168CF;
}
.BgClassName
{
background-color: #F168CF;
}
</style>
border-color css
<style>
span { border-color: #F168CF; }
span { border-color: rgb(241,104,207); }
td.TdClassName
{
border-color: #F168CF;
}
.TagClassName
{
border-color: #F168CF;
}
</style>