Shades of Tickle Me Pink #F280A8
Tints of Tickle Me Pink #F280A8
RGB
CMYK
RGB Variations
Color information
#F280A8 (or 0xF280A8) is known color: Tickle Me Pink. HEX triplet: F2, 80 and A8. RGB value is (242,128,168). Sum of RGB (Red+Green+Blue) = 242+128+168=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F280A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F280A8 is #0D7F57. Grayscale: #A6A6A6. Windows color (decimal): -884568 or 11043058. OLE color: 11043058.
HSL color Cylindrical-coordinate representation of color #F280A8: hue angle of 338.95º 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 #F280A8 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 168 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.05 |
| HSL | 338.95º | 0.81% | 0.73% | - |
| HSV(B) | 338.95º | 0.47% | 0.95% | - |
| XYZ | 51.41 | 37.14 | 41.51 | - |
| YUV | 166.65 | 128.77 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 168 | 0 | 0.47 | 0.31 | 0.05 | 338.95 | 0.81 | 0.73 |
| Hex | F2 | 80 | A8 | 0 | 2F | 1F | 5 | 153 | 51 | 49 |
| Octal | 362 | 200 | 250 | 0 | 57 | 37 | 5 | 523 | 121 | 111 |
| Binary | 11110010 | 10000000 | 10101000 | 0 | 101111 | 11111 | 101 | 101010011 | 1010001 | 1001001 |
Color Harmonies of #F280A8
Complementary color
Monochromatic Colors of #F280A8
Black with #F280A8
Text Example
Text Example
White with #F280A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F280A8; }
p { color: rgb(242,128,168); }
H1.HeaderClassName
{
color: #F280A8;
}
.AnyTagClassName
{
color: #F280A8;
}
</style>
background-color css
<style>
a { background-color: #F280A8; }
a { background-color: rgb(242,128,168); }
div.DivClassName
{
background-color: #F280A8;
}
.BgClassName
{
background-color: #F280A8;
}
</style>
border-color css
<style>
span { border-color: #F280A8; }
span { border-color: rgb(242,128,168); }
td.TdClassName
{
border-color: #F280A8;
}
.TagClassName
{
border-color: #F280A8;
}
</style>