Shades of Neon Pink #F279D2
Tints of Neon Pink #F279D2
RGB
CMYK
RGB Variations
Color information
#F279D2 (or 0xF279D2) is known color: Neon Pink. HEX triplet: F2, 79 and D2. RGB value is (242,121,210). Sum of RGB (Red+Green+Blue) = 242+121+210=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 121 (47.66% from 255 or 21.12% from 573); Blue value is 210 (82.42% from 255 or 36.65% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F279D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F279D2 is #0D862D. Grayscale: #A7A7A7. Windows color (decimal): -886318 or 13793778. OLE color: 13793778.
HSL color Cylindrical-coordinate representation of color #F279D2: hue angle of 315.87º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F279D2 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 210 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.05 |
| HSL | 315.87º | 0.82% | 0.71% | - |
| HSV(B) | 315.87º | 0.5% | 0.95% | - |
| XYZ | 55.09 | 37.21 | 65.25 | - |
| YUV | 167.33 | 152.09 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 210 | 0 | 0.50 | 0.13 | 0.05 | 315.87 | 0.82 | 0.71 |
| Hex | F2 | 79 | D2 | 0 | 32 | D | 5 | 13C | 52 | 47 |
| Octal | 362 | 171 | 322 | 0 | 62 | 15 | 5 | 474 | 122 | 107 |
| Binary | 11110010 | 1111001 | 11010010 | 0 | 110010 | 1101 | 101 | 100111100 | 1010010 | 1000111 |
Color Harmonies of #F279D2
Complementary color
Monochromatic Colors of #F279D2
Black with #F279D2
Text Example
Text Example
White with #F279D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F279D2; }
p { color: rgb(242,121,210); }
H1.HeaderClassName
{
color: #F279D2;
}
.AnyTagClassName
{
color: #F279D2;
}
</style>
background-color css
<style>
a { background-color: #F279D2; }
a { background-color: rgb(242,121,210); }
div.DivClassName
{
background-color: #F279D2;
}
.BgClassName
{
background-color: #F279D2;
}
</style>
border-color css
<style>
span { border-color: #F279D2; }
span { border-color: rgb(242,121,210); }
td.TdClassName
{
border-color: #F279D2;
}
.TagClassName
{
border-color: #F279D2;
}
</style>