Shades of Tickle Me Pink #F582AA
Tints of Tickle Me Pink #F582AA
RGB
CMYK
RGB Variations
Color information
#F582AA (or 0xF582AA) is known color: Tickle Me Pink. HEX triplet: F5, 82 and AA. RGB value is (245,130,170). Sum of RGB (Red+Green+Blue) = 245+130+170=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F582AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F582AA is #0A7D55. Grayscale: #A8A8A8. Windows color (decimal): -687446 or 11174645. OLE color: 11174645.
HSL color Cylindrical-coordinate representation of color #F582AA: hue angle of 339.13º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F582AA is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 170 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.04 |
| HSL | 339.13º | 0.85% | 0.74% | - |
| HSV(B) | 339.13º | 0.47% | 0.96% | - |
| XYZ | 52.89 | 38.28 | 42.63 | - |
| YUV | 168.95 | 128.6 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 170 | 0 | 0.47 | 0.31 | 0.04 | 339.13 | 0.85 | 0.74 |
| Hex | F5 | 82 | AA | 0 | 2F | 1F | 4 | 153 | 55 | 4A |
| Octal | 365 | 202 | 252 | 0 | 57 | 37 | 4 | 523 | 125 | 112 |
| Binary | 11110101 | 10000010 | 10101010 | 0 | 101111 | 11111 | 100 | 101010011 | 1010101 | 1001010 |
Color Harmonies of #F582AA
Complementary color
Monochromatic Colors of #F582AA
Black with #F582AA
Text Example
Text Example
White with #F582AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F582AA; }
p { color: rgb(245,130,170); }
H1.HeaderClassName
{
color: #F582AA;
}
.AnyTagClassName
{
color: #F582AA;
}
</style>
background-color css
<style>
a { background-color: #F582AA; }
a { background-color: rgb(245,130,170); }
div.DivClassName
{
background-color: #F582AA;
}
.BgClassName
{
background-color: #F582AA;
}
</style>
border-color css
<style>
span { border-color: #F582AA; }
span { border-color: rgb(245,130,170); }
td.TdClassName
{
border-color: #F582AA;
}
.TagClassName
{
border-color: #F582AA;
}
</style>