Shades of Neon Pink #F279CB
Tints of Neon Pink #F279CB
RGB
CMYK
RGB Variations
Color information
#F279CB (or 0xF279CB) is known color: Neon Pink. HEX triplet: F2, 79 and CB. RGB value is (242,121,203). Sum of RGB (Red+Green+Blue) = 242+121+203=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 121 (47.66% from 255 or 21.38% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F279CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F279CB is #0D8634. Grayscale: #A6A6A6. Windows color (decimal): -886325 or 13335026. OLE color: 13335026.
HSL color Cylindrical-coordinate representation of color #F279CB: hue angle of 319.34º 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 #F279CB is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 203 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.05 |
| HSL | 319.34º | 0.82% | 0.71% | - |
| HSV(B) | 319.34º | 0.5% | 0.95% | - |
| XYZ | 54.23 | 36.86 | 60.76 | - |
| YUV | 166.53 | 148.59 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 203 | 0 | 0.50 | 0.16 | 0.05 | 319.34 | 0.82 | 0.71 |
| Hex | F2 | 79 | CB | 0 | 32 | 10 | 5 | 13F | 52 | 47 |
| Octal | 362 | 171 | 313 | 0 | 62 | 20 | 5 | 477 | 122 | 107 |
| Binary | 11110010 | 1111001 | 11001011 | 0 | 110010 | 10000 | 101 | 100111111 | 1010010 | 1000111 |
Color Harmonies of #F279CB
Complementary color
Monochromatic Colors of #F279CB
Black with #F279CB
Text Example
Text Example
White with #F279CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F279CB; }
p { color: rgb(242,121,203); }
H1.HeaderClassName
{
color: #F279CB;
}
.AnyTagClassName
{
color: #F279CB;
}
</style>
background-color css
<style>
a { background-color: #F279CB; }
a { background-color: rgb(242,121,203); }
div.DivClassName
{
background-color: #F279CB;
}
.BgClassName
{
background-color: #F279CB;
}
</style>
border-color css
<style>
span { border-color: #F279CB; }
span { border-color: rgb(242,121,203); }
td.TdClassName
{
border-color: #F279CB;
}
.TagClassName
{
border-color: #F279CB;
}
</style>