Shades of Tickle Me Pink #F281A6
Tints of Tickle Me Pink #F281A6
RGB
CMYK
RGB Variations
Color information
#F281A6 (or 0xF281A6) is known color: Tickle Me Pink. HEX triplet: F2, 81 and A6. RGB value is (242,129,166). Sum of RGB (Red+Green+Blue) = 242+129+166=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 166 (65.23% from 255 or 30.91% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F281A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F281A6 is #0D7E59. Grayscale: #A6A6A6. Windows color (decimal): -884314 or 10912242. OLE color: 10912242.
HSL color Cylindrical-coordinate representation of color #F281A6: hue angle of 340.35º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F281A6 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 129 | 166 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.05 |
| HSL | 340.35º | 0.81% | 0.73% | - |
| HSV(B) | 340.35º | 0.47% | 0.95% | - |
| XYZ | 51.35 | 37.33 | 40.58 | - |
| YUV | 167.01 | 127.44 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 166 | 0 | 0.47 | 0.31 | 0.05 | 340.35 | 0.81 | 0.73 |
| Hex | F2 | 81 | A6 | 0 | 2F | 1F | 5 | 154 | 51 | 49 |
| Octal | 362 | 201 | 246 | 0 | 57 | 37 | 5 | 524 | 121 | 111 |
| Binary | 11110010 | 10000001 | 10100110 | 0 | 101111 | 11111 | 101 | 101010100 | 1010001 | 1001001 |
Color Harmonies of #F281A6
Complementary color
Monochromatic Colors of #F281A6
Black with #F281A6
Text Example
Text Example
White with #F281A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F281A6; }
p { color: rgb(242,129,166); }
H1.HeaderClassName
{
color: #F281A6;
}
.AnyTagClassName
{
color: #F281A6;
}
</style>
background-color css
<style>
a { background-color: #F281A6; }
a { background-color: rgb(242,129,166); }
div.DivClassName
{
background-color: #F281A6;
}
.BgClassName
{
background-color: #F281A6;
}
</style>
border-color css
<style>
span { border-color: #F281A6; }
span { border-color: rgb(242,129,166); }
td.TdClassName
{
border-color: #F281A6;
}
.TagClassName
{
border-color: #F281A6;
}
</style>