Shades of Tickle Me Pink #F277A1
Tints of Tickle Me Pink #F277A1
RGB
CMYK
RGB Variations
Color information
#F277A1 (or 0xF277A1) is known color: Tickle Me Pink. HEX triplet: F2, 77 and A1. RGB value is (242,119,161). Sum of RGB (Red+Green+Blue) = 242+119+161=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 161 (63.28% from 255 or 30.84% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F277A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F277A1 is #0D885E. Grayscale: #A0A0A0. Windows color (decimal): -886879 or 10582002. OLE color: 10582002.
HSL color Cylindrical-coordinate representation of color #F277A1: hue angle of 339.51º 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 #F277A1 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 161 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.05 |
| HSL | 339.51º | 0.83% | 0.71% | - |
| HSV(B) | 339.51º | 0.51% | 0.95% | - |
| XYZ | 49.65 | 34.64 | 37.79 | - |
| YUV | 160.57 | 128.25 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 161 | 0 | 0.51 | 0.33 | 0.05 | 339.51 | 0.83 | 0.71 |
| Hex | F2 | 77 | A1 | 0 | 33 | 21 | 5 | 154 | 53 | 47 |
| Octal | 362 | 167 | 241 | 0 | 63 | 41 | 5 | 524 | 123 | 107 |
| Binary | 11110010 | 1110111 | 10100001 | 0 | 110011 | 100001 | 101 | 101010100 | 1010011 | 1000111 |
Color Harmonies of #F277A1
Complementary color
Monochromatic Colors of #F277A1
Black with #F277A1
Text Example
Text Example
White with #F277A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F277A1; }
p { color: rgb(242,119,161); }
H1.HeaderClassName
{
color: #F277A1;
}
.AnyTagClassName
{
color: #F277A1;
}
</style>
background-color css
<style>
a { background-color: #F277A1; }
a { background-color: rgb(242,119,161); }
div.DivClassName
{
background-color: #F277A1;
}
.BgClassName
{
background-color: #F277A1;
}
</style>
border-color css
<style>
span { border-color: #F277A1; }
span { border-color: rgb(242,119,161); }
td.TdClassName
{
border-color: #F277A1;
}
.TagClassName
{
border-color: #F277A1;
}
</style>