Shades of Tickle Me Pink #F482A3
Tints of Tickle Me Pink #F482A3
RGB
CMYK
RGB Variations
Color information
#F482A3 (or 0xF482A3) is known color: Tickle Me Pink. HEX triplet: F4, 82 and A3. RGB value is (244,130,163). Sum of RGB (Red+Green+Blue) = 244+130+163=537 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.44% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 163 (64.06% from 255 or 30.35% from 537); Max value from RGB is 244 - color contains mainly: red. Hex color #F482A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F482A3 is #0B7D5C. Grayscale: #A7A7A7. Windows color (decimal): -752989 or 10715892. OLE color: 10715892.
HSL color Cylindrical-coordinate representation of color #F482A3: hue angle of 342.63º 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 #F482A3 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 130 | 163 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.04 |
| HSL | 342.63º | 0.84% | 0.73% | - |
| HSV(B) | 342.63º | 0.47% | 0.96% | - |
| XYZ | 51.9 | 37.84 | 39.22 | - |
| YUV | 167.85 | 125.27 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 130 | 163 | 0 | 0.47 | 0.33 | 0.04 | 342.63 | 0.84 | 0.73 |
| Hex | F4 | 82 | A3 | 0 | 2F | 21 | 4 | 157 | 54 | 49 |
| Octal | 364 | 202 | 243 | 0 | 57 | 41 | 4 | 527 | 124 | 111 |
| Binary | 11110100 | 10000010 | 10100011 | 0 | 101111 | 100001 | 100 | 101010111 | 1010100 | 1001001 |
Color Harmonies of #F482A3
Complementary color
Monochromatic Colors of #F482A3
Black with #F482A3
Text Example
Text Example
White with #F482A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F482A3; }
p { color: rgb(244,130,163); }
H1.HeaderClassName
{
color: #F482A3;
}
.AnyTagClassName
{
color: #F482A3;
}
</style>
background-color css
<style>
a { background-color: #F482A3; }
a { background-color: rgb(244,130,163); }
div.DivClassName
{
background-color: #F482A3;
}
.BgClassName
{
background-color: #F482A3;
}
</style>
border-color css
<style>
span { border-color: #F482A3; }
span { border-color: rgb(244,130,163); }
td.TdClassName
{
border-color: #F482A3;
}
.TagClassName
{
border-color: #F482A3;
}
</style>