Shades of Tickle Me Pink #F276A1
Tints of Tickle Me Pink #F276A1
RGB
CMYK
RGB Variations
Color information
#F276A1 (or 0xF276A1) is known color: Tickle Me Pink. HEX triplet: F2, 76 and A1. RGB value is (242,118,161). Sum of RGB (Red+Green+Blue) = 242+118+161=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F276A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F276A1 is #0D895E. Grayscale: #9F9F9F. Windows color (decimal): -887135 or 10581746. OLE color: 10581746.
HSL color Cylindrical-coordinate representation of color #F276A1: hue angle of 339.19º 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 #F276A1 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 161 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.05 |
| HSL | 339.19º | 0.83% | 0.71% | - |
| HSV(B) | 339.19º | 0.51% | 0.95% | - |
| XYZ | 49.53 | 34.41 | 37.75 | - |
| YUV | 159.98 | 128.58 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 161 | 0 | 0.51 | 0.33 | 0.05 | 339.19 | 0.83 | 0.71 |
| Hex | F2 | 76 | A1 | 0 | 33 | 21 | 5 | 153 | 53 | 47 |
| Octal | 362 | 166 | 241 | 0 | 63 | 41 | 5 | 523 | 123 | 107 |
| Binary | 11110010 | 1110110 | 10100001 | 0 | 110011 | 100001 | 101 | 101010011 | 1010011 | 1000111 |
Color Harmonies of #F276A1
Complementary color
Monochromatic Colors of #F276A1
Black with #F276A1
Text Example
Text Example
White with #F276A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F276A1; }
p { color: rgb(242,118,161); }
H1.HeaderClassName
{
color: #F276A1;
}
.AnyTagClassName
{
color: #F276A1;
}
</style>
background-color css
<style>
a { background-color: #F276A1; }
a { background-color: rgb(242,118,161); }
div.DivClassName
{
background-color: #F276A1;
}
.BgClassName
{
background-color: #F276A1;
}
</style>
border-color css
<style>
span { border-color: #F276A1; }
span { border-color: rgb(242,118,161); }
td.TdClassName
{
border-color: #F276A1;
}
.TagClassName
{
border-color: #F276A1;
}
</style>