Shades of Neon Pink #F261CA
Tints of Neon Pink #F261CA
RGB
CMYK
RGB Variations
Color information
#F261CA (or 0xF261CA) is known color: Neon Pink. HEX triplet: F2, 61 and CA. RGB value is (242,97,202). Sum of RGB (Red+Green+Blue) = 242+97+202=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 97 (38.28% from 255 or 17.93% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F261CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F261CA is #0D9E35. Grayscale: #989898. Windows color (decimal): -892470 or 13263346. OLE color: 13263346.
HSL color Cylindrical-coordinate representation of color #F261CA: hue angle of 316.55º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F261CA is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 97 | 202 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.05 |
| HSL | 316.55º | 0.85% | 0.66% | - |
| HSV(B) | 316.55º | 0.6% | 0.95% | - |
| XYZ | 51.55 | 31.69 | 59.28 | - |
| YUV | 152.33 | 156.04 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 97 | 202 | 0 | 0.60 | 0.17 | 0.05 | 316.55 | 0.85 | 0.66 |
| Hex | F2 | 61 | CA | 0 | 3C | 11 | 5 | 13D | 55 | 42 |
| Octal | 362 | 141 | 312 | 0 | 74 | 21 | 5 | 475 | 125 | 102 |
| Binary | 11110010 | 1100001 | 11001010 | 0 | 111100 | 10001 | 101 | 100111101 | 1010101 | 1000010 |
Color Harmonies of #F261CA
Complementary color
Monochromatic Colors of #F261CA
Black with #F261CA
Text Example
Text Example
White with #F261CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F261CA; }
p { color: rgb(242,97,202); }
H1.HeaderClassName
{
color: #F261CA;
}
.AnyTagClassName
{
color: #F261CA;
}
</style>
background-color css
<style>
a { background-color: #F261CA; }
a { background-color: rgb(242,97,202); }
div.DivClassName
{
background-color: #F261CA;
}
.BgClassName
{
background-color: #F261CA;
}
</style>
border-color css
<style>
span { border-color: #F261CA; }
span { border-color: rgb(242,97,202); }
td.TdClassName
{
border-color: #F261CA;
}
.TagClassName
{
border-color: #F261CA;
}
</style>