Shades of Neon Pink #F277C9
Tints of Neon Pink #F277C9
RGB
CMYK
RGB Variations
Color information
#F277C9 (or 0xF277C9) is known color: Neon Pink. HEX triplet: F2, 77 and C9. RGB value is (242,119,201). Sum of RGB (Red+Green+Blue) = 242+119+201=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 201 (78.91% from 255 or 35.77% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F277C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F277C9 is #0D8836. Grayscale: #A4A4A4. Windows color (decimal): -886839 or 13203442. OLE color: 13203442.
HSL color Cylindrical-coordinate representation of color #F277C9: hue angle of 320º 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 #F277C9 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 201 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.05 |
| HSL | 320º | 0.83% | 0.71% | - |
| HSV(B) | 320º | 0.51% | 0.95% | - |
| XYZ | 53.76 | 36.29 | 59.43 | - |
| YUV | 165.13 | 148.25 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 201 | 0 | 0.51 | 0.17 | 0.05 | 320 | 0.83 | 0.71 |
| Hex | F2 | 77 | C9 | 0 | 33 | 11 | 5 | 140 | 53 | 47 |
| Octal | 362 | 167 | 311 | 0 | 63 | 21 | 5 | 500 | 123 | 107 |
| Binary | 11110010 | 1110111 | 11001001 | 0 | 110011 | 10001 | 101 | 101000000 | 1010011 | 1000111 |
Color Harmonies of #F277C9
Complementary color
Monochromatic Colors of #F277C9
Black with #F277C9
Text Example
Text Example
White with #F277C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F277C9; }
p { color: rgb(242,119,201); }
H1.HeaderClassName
{
color: #F277C9;
}
.AnyTagClassName
{
color: #F277C9;
}
</style>
background-color css
<style>
a { background-color: #F277C9; }
a { background-color: rgb(242,119,201); }
div.DivClassName
{
background-color: #F277C9;
}
.BgClassName
{
background-color: #F277C9;
}
</style>
border-color css
<style>
span { border-color: #F277C9; }
span { border-color: rgb(242,119,201); }
td.TdClassName
{
border-color: #F277C9;
}
.TagClassName
{
border-color: #F277C9;
}
</style>