Shades of Tickle Me Pink #F276AB
Tints of Tickle Me Pink #F276AB
RGB
CMYK
RGB Variations
Color information
#F276AB (or 0xF276AB) is known color: Tickle Me Pink. HEX triplet: F2, 76 and AB. RGB value is (242,118,171). Sum of RGB (Red+Green+Blue) = 242+118+171=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F276AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F276AB is #0D8954. Grayscale: #A1A1A1. Windows color (decimal): -887125 or 11237106. OLE color: 11237106.
HSL color Cylindrical-coordinate representation of color #F276AB: hue angle of 334.35º 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 #F276AB is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 171 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.05 |
| HSL | 334.35º | 0.83% | 0.71% | - |
| HSV(B) | 334.35º | 0.51% | 0.95% | - |
| XYZ | 50.45 | 34.77 | 42.58 | - |
| YUV | 161.12 | 133.58 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 171 | 0 | 0.51 | 0.29 | 0.05 | 334.35 | 0.83 | 0.71 |
| Hex | F2 | 76 | AB | 0 | 33 | 1D | 5 | 14E | 53 | 47 |
| Octal | 362 | 166 | 253 | 0 | 63 | 35 | 5 | 516 | 123 | 107 |
| Binary | 11110010 | 1110110 | 10101011 | 0 | 110011 | 11101 | 101 | 101001110 | 1010011 | 1000111 |
Color Harmonies of #F276AB
Complementary color
Monochromatic Colors of #F276AB
Black with #F276AB
Text Example
Text Example
White with #F276AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F276AB; }
p { color: rgb(242,118,171); }
H1.HeaderClassName
{
color: #F276AB;
}
.AnyTagClassName
{
color: #F276AB;
}
</style>
background-color css
<style>
a { background-color: #F276AB; }
a { background-color: rgb(242,118,171); }
div.DivClassName
{
background-color: #F276AB;
}
.BgClassName
{
background-color: #F276AB;
}
</style>
border-color css
<style>
span { border-color: #F276AB; }
span { border-color: rgb(242,118,171); }
td.TdClassName
{
border-color: #F276AB;
}
.TagClassName
{
border-color: #F276AB;
}
</style>