Shades of Tickle Me Pink #F277AA
Tints of Tickle Me Pink #F277AA
RGB
CMYK
RGB Variations
Color information
#F277AA (or 0xF277AA) is known color: Tickle Me Pink. HEX triplet: F2, 77 and AA. RGB value is (242,119,170). Sum of RGB (Red+Green+Blue) = 242+119+170=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F277AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F277AA is #0D8855. Grayscale: #A1A1A1. Windows color (decimal): -886870 or 11171826. OLE color: 11171826.
HSL color Cylindrical-coordinate representation of color #F277AA: hue angle of 335.12º 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 #F277AA is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 170 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.05 |
| HSL | 335.12º | 0.83% | 0.71% | - |
| HSV(B) | 335.12º | 0.51% | 0.95% | - |
| XYZ | 50.47 | 34.97 | 42.12 | - |
| YUV | 161.59 | 132.75 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 170 | 0 | 0.51 | 0.30 | 0.05 | 335.12 | 0.83 | 0.71 |
| Hex | F2 | 77 | AA | 0 | 33 | 1E | 5 | 14F | 53 | 47 |
| Octal | 362 | 167 | 252 | 0 | 63 | 36 | 5 | 517 | 123 | 107 |
| Binary | 11110010 | 1110111 | 10101010 | 0 | 110011 | 11110 | 101 | 101001111 | 1010011 | 1000111 |
Color Harmonies of #F277AA
Complementary color
Monochromatic Colors of #F277AA
Black with #F277AA
Text Example
Text Example
White with #F277AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F277AA; }
p { color: rgb(242,119,170); }
H1.HeaderClassName
{
color: #F277AA;
}
.AnyTagClassName
{
color: #F277AA;
}
</style>
background-color css
<style>
a { background-color: #F277AA; }
a { background-color: rgb(242,119,170); }
div.DivClassName
{
background-color: #F277AA;
}
.BgClassName
{
background-color: #F277AA;
}
</style>
border-color css
<style>
span { border-color: #F277AA; }
span { border-color: rgb(242,119,170); }
td.TdClassName
{
border-color: #F277AA;
}
.TagClassName
{
border-color: #F277AA;
}
</style>