Shades of Tickle Me Pink #F280AA
Tints of Tickle Me Pink #F280AA
RGB
CMYK
RGB Variations
Color information
#F280AA (or 0xF280AA) is known color: Tickle Me Pink. HEX triplet: F2, 80 and AA. RGB value is (242,128,170). Sum of RGB (Red+Green+Blue) = 242+128+170=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F280AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F280AA is #0D7F55. Grayscale: #A6A6A6. Windows color (decimal): -884566 or 11174130. OLE color: 11174130.
HSL color Cylindrical-coordinate representation of color #F280AA: hue angle of 337.89º 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 #F280AA is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 170 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.05 |
| HSL | 337.89º | 0.81% | 0.73% | - |
| HSV(B) | 337.89º | 0.47% | 0.95% | - |
| XYZ | 51.59 | 37.22 | 42.49 | - |
| YUV | 166.87 | 129.77 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 170 | 0 | 0.47 | 0.30 | 0.05 | 337.89 | 0.81 | 0.73 |
| Hex | F2 | 80 | AA | 0 | 2F | 1E | 5 | 152 | 51 | 49 |
| Octal | 362 | 200 | 252 | 0 | 57 | 36 | 5 | 522 | 121 | 111 |
| Binary | 11110010 | 10000000 | 10101010 | 0 | 101111 | 11110 | 101 | 101010010 | 1010001 | 1001001 |
Color Harmonies of #F280AA
Complementary color
Monochromatic Colors of #F280AA
Black with #F280AA
Text Example
Text Example
White with #F280AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F280AA; }
p { color: rgb(242,128,170); }
H1.HeaderClassName
{
color: #F280AA;
}
.AnyTagClassName
{
color: #F280AA;
}
</style>
background-color css
<style>
a { background-color: #F280AA; }
a { background-color: rgb(242,128,170); }
div.DivClassName
{
background-color: #F280AA;
}
.BgClassName
{
background-color: #F280AA;
}
</style>
border-color css
<style>
span { border-color: #F280AA; }
span { border-color: rgb(242,128,170); }
td.TdClassName
{
border-color: #F280AA;
}
.TagClassName
{
border-color: #F280AA;
}
</style>