Shades of Tickle Me Pink #F279AA
Tints of Tickle Me Pink #F279AA
RGB
CMYK
RGB Variations
Color information
#F279AA (or 0xF279AA) is known color: Tickle Me Pink. HEX triplet: F2, 79 and AA. RGB value is (242,121,170). Sum of RGB (Red+Green+Blue) = 242+121+170=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 121 (47.66% from 255 or 22.70% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F279AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F279AA is #0D8655. Grayscale: #A2A2A2. Windows color (decimal): -886358 or 11172338. OLE color: 11172338.
HSL color Cylindrical-coordinate representation of color #F279AA: hue angle of 335.7º 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 #F279AA is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 170 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.05 |
| HSL | 335.7º | 0.82% | 0.71% | - |
| HSV(B) | 335.7º | 0.5% | 0.95% | - |
| XYZ | 50.71 | 35.45 | 42.2 | - |
| YUV | 162.77 | 132.09 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 170 | 0 | 0.50 | 0.30 | 0.05 | 335.7 | 0.82 | 0.71 |
| Hex | F2 | 79 | AA | 0 | 32 | 1E | 5 | 150 | 52 | 47 |
| Octal | 362 | 171 | 252 | 0 | 62 | 36 | 5 | 520 | 122 | 107 |
| Binary | 11110010 | 1111001 | 10101010 | 0 | 110010 | 11110 | 101 | 101010000 | 1010010 | 1000111 |
Color Harmonies of #F279AA
Complementary color
Monochromatic Colors of #F279AA
Black with #F279AA
Text Example
Text Example
White with #F279AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F279AA; }
p { color: rgb(242,121,170); }
H1.HeaderClassName
{
color: #F279AA;
}
.AnyTagClassName
{
color: #F279AA;
}
</style>
background-color css
<style>
a { background-color: #F279AA; }
a { background-color: rgb(242,121,170); }
div.DivClassName
{
background-color: #F279AA;
}
.BgClassName
{
background-color: #F279AA;
}
</style>
border-color css
<style>
span { border-color: #F279AA; }
span { border-color: rgb(242,121,170); }
td.TdClassName
{
border-color: #F279AA;
}
.TagClassName
{
border-color: #F279AA;
}
</style>