Shades of Neon Pink #F276CF
Tints of Neon Pink #F276CF
RGB
CMYK
RGB Variations
Color information
#F276CF (or 0xF276CF) is known color: Neon Pink. HEX triplet: F2, 76 and CF. RGB value is (242,118,207). Sum of RGB (Red+Green+Blue) = 242+118+207=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 118 (46.48% from 255 or 20.81% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F276CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F276CF is #0D8930. Grayscale: #A4A4A4. Windows color (decimal): -887089 or 13596402. OLE color: 13596402.
HSL color Cylindrical-coordinate representation of color #F276CF: hue angle of 316.94º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F276CF is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 207 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.05 |
| HSL | 316.94º | 0.83% | 0.71% | - |
| HSV(B) | 316.94º | 0.51% | 0.95% | - |
| XYZ | 54.36 | 36.34 | 63.18 | - |
| YUV | 165.22 | 151.58 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 207 | 0 | 0.51 | 0.14 | 0.05 | 316.94 | 0.83 | 0.71 |
| Hex | F2 | 76 | CF | 0 | 33 | E | 5 | 13D | 53 | 47 |
| Octal | 362 | 166 | 317 | 0 | 63 | 16 | 5 | 475 | 123 | 107 |
| Binary | 11110010 | 1110110 | 11001111 | 0 | 110011 | 1110 | 101 | 100111101 | 1010011 | 1000111 |
Color Harmonies of #F276CF
Complementary color
Monochromatic Colors of #F276CF
Black with #F276CF
Text Example
Text Example
White with #F276CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F276CF; }
p { color: rgb(242,118,207); }
H1.HeaderClassName
{
color: #F276CF;
}
.AnyTagClassName
{
color: #F276CF;
}
</style>
background-color css
<style>
a { background-color: #F276CF; }
a { background-color: rgb(242,118,207); }
div.DivClassName
{
background-color: #F276CF;
}
.BgClassName
{
background-color: #F276CF;
}
</style>
border-color css
<style>
span { border-color: #F276CF; }
span { border-color: rgb(242,118,207); }
td.TdClassName
{
border-color: #F276CF;
}
.TagClassName
{
border-color: #F276CF;
}
</style>