Shades of Tickle Me Pink #F280AB
Tints of Tickle Me Pink #F280AB
RGB
CMYK
RGB Variations
Color information
#F280AB (or 0xF280AB) is known color: Tickle Me Pink. HEX triplet: F2, 80 and AB. RGB value is (242,128,171). Sum of RGB (Red+Green+Blue) = 242+128+171=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F280AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F280AB is #0D7F54. Grayscale: #A6A6A6. Windows color (decimal): -884565 or 11239666. OLE color: 11239666.
HSL color Cylindrical-coordinate representation of color #F280AB: hue angle of 337.37º 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 #F280AB is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 171 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.05 |
| HSL | 337.37º | 0.81% | 0.73% | - |
| HSV(B) | 337.37º | 0.47% | 0.95% | - |
| XYZ | 51.69 | 37.26 | 42.99 | - |
| YUV | 166.99 | 130.27 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 171 | 0 | 0.47 | 0.29 | 0.05 | 337.37 | 0.81 | 0.73 |
| Hex | F2 | 80 | AB | 0 | 2F | 1D | 5 | 151 | 51 | 49 |
| Octal | 362 | 200 | 253 | 0 | 57 | 35 | 5 | 521 | 121 | 111 |
| Binary | 11110010 | 10000000 | 10101011 | 0 | 101111 | 11101 | 101 | 101010001 | 1010001 | 1001001 |
Color Harmonies of #F280AB
Complementary color
Monochromatic Colors of #F280AB
Black with #F280AB
Text Example
Text Example
White with #F280AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F280AB; }
p { color: rgb(242,128,171); }
H1.HeaderClassName
{
color: #F280AB;
}
.AnyTagClassName
{
color: #F280AB;
}
</style>
background-color css
<style>
a { background-color: #F280AB; }
a { background-color: rgb(242,128,171); }
div.DivClassName
{
background-color: #F280AB;
}
.BgClassName
{
background-color: #F280AB;
}
</style>
border-color css
<style>
span { border-color: #F280AB; }
span { border-color: rgb(242,128,171); }
td.TdClassName
{
border-color: #F280AB;
}
.TagClassName
{
border-color: #F280AB;
}
</style>