Shades of Tickle Me Pink #F481A0
Tints of Tickle Me Pink #F481A0
RGB
CMYK
RGB Variations
Color information
#F481A0 (or 0xF481A0) is known color: Tickle Me Pink. HEX triplet: F4, 81 and A0. RGB value is (244,129,160). Sum of RGB (Red+Green+Blue) = 244+129+160=533 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.78% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 244 - color contains mainly: red. Hex color #F481A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F481A0 is #0B7E5F. Grayscale: #A6A6A6. Windows color (decimal): -753248 or 10519028. OLE color: 10519028.
HSL color Cylindrical-coordinate representation of color #F481A0: hue angle of 343.83º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F481A0 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 129 | 160 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.04 |
| HSL | 343.83º | 0.84% | 0.73% | - |
| HSV(B) | 343.83º | 0.47% | 0.96% | - |
| XYZ | 51.5 | 37.47 | 37.78 | - |
| YUV | 166.92 | 124.1 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 129 | 160 | 0 | 0.47 | 0.34 | 0.04 | 343.83 | 0.84 | 0.73 |
| Hex | F4 | 81 | A0 | 0 | 2F | 22 | 4 | 158 | 54 | 49 |
| Octal | 364 | 201 | 240 | 0 | 57 | 42 | 4 | 530 | 124 | 111 |
| Binary | 11110100 | 10000001 | 10100000 | 0 | 101111 | 100010 | 100 | 101011000 | 1010100 | 1001001 |
Color Harmonies of #F481A0
Complementary color
Monochromatic Colors of #F481A0
Black with #F481A0
Text Example
Text Example
White with #F481A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F481A0; }
p { color: rgb(244,129,160); }
H1.HeaderClassName
{
color: #F481A0;
}
.AnyTagClassName
{
color: #F481A0;
}
</style>
background-color css
<style>
a { background-color: #F481A0; }
a { background-color: rgb(244,129,160); }
div.DivClassName
{
background-color: #F481A0;
}
.BgClassName
{
background-color: #F481A0;
}
</style>
border-color css
<style>
span { border-color: #F481A0; }
span { border-color: rgb(244,129,160); }
td.TdClassName
{
border-color: #F481A0;
}
.TagClassName
{
border-color: #F481A0;
}
</style>