Shades of Tickle Me Pink #F582AC
Tints of Tickle Me Pink #F582AC
RGB
CMYK
RGB Variations
Color information
#F582AC (or 0xF582AC) is known color: Tickle Me Pink. HEX triplet: F5, 82 and AC. RGB value is (245,130,172). Sum of RGB (Red+Green+Blue) = 245+130+172=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F582AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F582AC is #0A7D53. Grayscale: #A9A9A9. Windows color (decimal): -687444 or 11305717. OLE color: 11305717.
HSL color Cylindrical-coordinate representation of color #F582AC: hue angle of 338.09º 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 #F582AC is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 172 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.04 |
| HSL | 338.09º | 0.85% | 0.74% | - |
| HSV(B) | 338.09º | 0.47% | 0.96% | - |
| XYZ | 53.09 | 38.36 | 43.64 | - |
| YUV | 169.17 | 129.6 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 172 | 0 | 0.47 | 0.30 | 0.04 | 338.09 | 0.85 | 0.74 |
| Hex | F5 | 82 | AC | 0 | 2F | 1E | 4 | 152 | 55 | 4A |
| Octal | 365 | 202 | 254 | 0 | 57 | 36 | 4 | 522 | 125 | 112 |
| Binary | 11110101 | 10000010 | 10101100 | 0 | 101111 | 11110 | 100 | 101010010 | 1010101 | 1001010 |
Color Harmonies of #F582AC
Complementary color
Monochromatic Colors of #F582AC
Black with #F582AC
Text Example
Text Example
White with #F582AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F582AC; }
p { color: rgb(245,130,172); }
H1.HeaderClassName
{
color: #F582AC;
}
.AnyTagClassName
{
color: #F582AC;
}
</style>
background-color css
<style>
a { background-color: #F582AC; }
a { background-color: rgb(245,130,172); }
div.DivClassName
{
background-color: #F582AC;
}
.BgClassName
{
background-color: #F582AC;
}
</style>
border-color css
<style>
span { border-color: #F582AC; }
span { border-color: rgb(245,130,172); }
td.TdClassName
{
border-color: #F582AC;
}
.TagClassName
{
border-color: #F582AC;
}
</style>