Shades of Neon Pink #F169CE
Tints of Neon Pink #F169CE
RGB
CMYK
RGB Variations
Color information
#F169CE (or 0xF169CE) is known color: Neon Pink. HEX triplet: F1, 69 and CE. RGB value is (241,105,206). Sum of RGB (Red+Green+Blue) = 241+105+206=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F169CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F169CE is #0E9631. Grayscale: #9C9C9C. Windows color (decimal): -955954 or 13527537. OLE color: 13527537.
HSL color Cylindrical-coordinate representation of color #F169CE: hue angle of 315.44º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F169CE is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 206 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.05 |
| HSL | 315.44º | 0.83% | 0.68% | - |
| HSV(B) | 315.44º | 0.56% | 0.95% | - |
| XYZ | 52.47 | 33.26 | 62.05 | - |
| YUV | 157.18 | 155.56 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 206 | 0 | 0.56 | 0.15 | 0.05 | 315.44 | 0.83 | 0.68 |
| Hex | F1 | 69 | CE | 0 | 38 | F | 5 | 13B | 53 | 44 |
| Octal | 361 | 151 | 316 | 0 | 70 | 17 | 5 | 473 | 123 | 104 |
| Binary | 11110001 | 1101001 | 11001110 | 0 | 111000 | 1111 | 101 | 100111011 | 1010011 | 1000100 |
Color Harmonies of #F169CE
Complementary color
Monochromatic Colors of #F169CE
Black with #F169CE
Text Example
Text Example
White with #F169CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F169CE; }
p { color: rgb(241,105,206); }
H1.HeaderClassName
{
color: #F169CE;
}
.AnyTagClassName
{
color: #F169CE;
}
</style>
background-color css
<style>
a { background-color: #F169CE; }
a { background-color: rgb(241,105,206); }
div.DivClassName
{
background-color: #F169CE;
}
.BgClassName
{
background-color: #F169CE;
}
</style>
border-color css
<style>
span { border-color: #F169CE; }
span { border-color: rgb(241,105,206); }
td.TdClassName
{
border-color: #F169CE;
}
.TagClassName
{
border-color: #F169CE;
}
</style>