Shades of Tickle Me Pink #F280AD
Tints of Tickle Me Pink #F280AD
RGB
CMYK
RGB Variations
Color information
#F280AD (or 0xF280AD) is known color: Tickle Me Pink. HEX triplet: F2, 80 and AD. RGB value is (242,128,173). Sum of RGB (Red+Green+Blue) = 242+128+173=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F280AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F280AD is #0D7F52. Grayscale: #A7A7A7. Windows color (decimal): -884563 or 11370738. OLE color: 11370738.
HSL color Cylindrical-coordinate representation of color #F280AD: hue angle of 336.32º 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 #F280AD is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 173 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.05 |
| HSL | 336.32º | 0.81% | 0.73% | - |
| HSV(B) | 336.32º | 0.47% | 0.95% | - |
| XYZ | 51.88 | 37.33 | 44.01 | - |
| YUV | 167.22 | 131.27 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 173 | 0 | 0.47 | 0.29 | 0.05 | 336.32 | 0.81 | 0.73 |
| Hex | F2 | 80 | AD | 0 | 2F | 1D | 5 | 150 | 51 | 49 |
| Octal | 362 | 200 | 255 | 0 | 57 | 35 | 5 | 520 | 121 | 111 |
| Binary | 11110010 | 10000000 | 10101101 | 0 | 101111 | 11101 | 101 | 101010000 | 1010001 | 1001001 |
Color Harmonies of #F280AD
Complementary color
Monochromatic Colors of #F280AD
Black with #F280AD
Text Example
Text Example
White with #F280AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F280AD; }
p { color: rgb(242,128,173); }
H1.HeaderClassName
{
color: #F280AD;
}
.AnyTagClassName
{
color: #F280AD;
}
</style>
background-color css
<style>
a { background-color: #F280AD; }
a { background-color: rgb(242,128,173); }
div.DivClassName
{
background-color: #F280AD;
}
.BgClassName
{
background-color: #F280AD;
}
</style>
border-color css
<style>
span { border-color: #F280AD; }
span { border-color: rgb(242,128,173); }
td.TdClassName
{
border-color: #F280AD;
}
.TagClassName
{
border-color: #F280AD;
}
</style>