Shades of Neon Pink #F26FC9
Tints of Neon Pink #F26FC9
RGB
CMYK
RGB Variations
Color information
#F26FC9 (or 0xF26FC9) is known color: Neon Pink. HEX triplet: F2, 6F and C9. RGB value is (242,111,201). Sum of RGB (Red+Green+Blue) = 242+111+201=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 111 (43.75% from 255 or 20.04% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F26FC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26FC9 is #0D9036. Grayscale: #A0A0A0. Windows color (decimal): -888887 or 13201394. OLE color: 13201394.
HSL color Cylindrical-coordinate representation of color #F26FC9: hue angle of 318.78º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F26FC9 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 201 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.05 |
| HSL | 318.78º | 0.83% | 0.69% | - |
| HSV(B) | 318.78º | 0.54% | 0.95% | - |
| XYZ | 52.85 | 34.46 | 59.13 | - |
| YUV | 160.43 | 150.9 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 201 | 0 | 0.54 | 0.17 | 0.05 | 318.78 | 0.83 | 0.69 |
| Hex | F2 | 6F | C9 | 0 | 36 | 11 | 5 | 13F | 53 | 45 |
| Octal | 362 | 157 | 311 | 0 | 66 | 21 | 5 | 477 | 123 | 105 |
| Binary | 11110010 | 1101111 | 11001001 | 0 | 110110 | 10001 | 101 | 100111111 | 1010011 | 1000101 |
Color Harmonies of #F26FC9
Complementary color
Monochromatic Colors of #F26FC9
Black with #F26FC9
Text Example
Text Example
White with #F26FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26FC9; }
p { color: rgb(242,111,201); }
H1.HeaderClassName
{
color: #F26FC9;
}
.AnyTagClassName
{
color: #F26FC9;
}
</style>
background-color css
<style>
a { background-color: #F26FC9; }
a { background-color: rgb(242,111,201); }
div.DivClassName
{
background-color: #F26FC9;
}
.BgClassName
{
background-color: #F26FC9;
}
</style>
border-color css
<style>
span { border-color: #F26FC9; }
span { border-color: rgb(242,111,201); }
td.TdClassName
{
border-color: #F26FC9;
}
.TagClassName
{
border-color: #F26FC9;
}
</style>