Shades of Tickle Me Pink #F280A0
Tints of Tickle Me Pink #F280A0
RGB
CMYK
RGB Variations
Color information
#F280A0 (or 0xF280A0) is known color: Tickle Me Pink. HEX triplet: F2, 80 and A0. RGB value is (242,128,160). Sum of RGB (Red+Green+Blue) = 242+128+160=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F280A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F280A0 is #0D7F5F. Grayscale: #A5A5A5. Windows color (decimal): -884576 or 10518770. OLE color: 10518770.
HSL color Cylindrical-coordinate representation of color #F280A0: hue angle of 343.16º 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 #F280A0 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 160 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.05 |
| HSL | 343.16º | 0.81% | 0.73% | - |
| HSV(B) | 343.16º | 0.47% | 0.95% | - |
| XYZ | 50.68 | 36.85 | 37.7 | - |
| YUV | 165.73 | 124.77 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 160 | 0 | 0.47 | 0.34 | 0.05 | 343.16 | 0.81 | 0.73 |
| Hex | F2 | 80 | A0 | 0 | 2F | 22 | 5 | 157 | 51 | 49 |
| Octal | 362 | 200 | 240 | 0 | 57 | 42 | 5 | 527 | 121 | 111 |
| Binary | 11110010 | 10000000 | 10100000 | 0 | 101111 | 100010 | 101 | 101010111 | 1010001 | 1001001 |
Color Harmonies of #F280A0
Complementary color
Monochromatic Colors of #F280A0
Black with #F280A0
Text Example
Text Example
White with #F280A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F280A0; }
p { color: rgb(242,128,160); }
H1.HeaderClassName
{
color: #F280A0;
}
.AnyTagClassName
{
color: #F280A0;
}
</style>
background-color css
<style>
a { background-color: #F280A0; }
a { background-color: rgb(242,128,160); }
div.DivClassName
{
background-color: #F280A0;
}
.BgClassName
{
background-color: #F280A0;
}
</style>
border-color css
<style>
span { border-color: #F280A0; }
span { border-color: rgb(242,128,160); }
td.TdClassName
{
border-color: #F280A0;
}
.TagClassName
{
border-color: #F280A0;
}
</style>