Shades of Tickle Me Pink #F582AB
Tints of Tickle Me Pink #F582AB
RGB
CMYK
RGB Variations
Color information
#F582AB (or 0xF582AB) is known color: Tickle Me Pink. HEX triplet: F5, 82 and AB. RGB value is (245,130,171). Sum of RGB (Red+Green+Blue) = 245+130+171=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 130 (51.17% from 255 or 23.81% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F582AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F582AB is #0A7D54. Grayscale: #A9A9A9. Windows color (decimal): -687445 or 11240181. OLE color: 11240181.
HSL color Cylindrical-coordinate representation of color #F582AB: hue angle of 338.61º 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 #F582AB is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 171 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.04 |
| HSL | 338.61º | 0.85% | 0.74% | - |
| HSV(B) | 338.61º | 0.47% | 0.96% | - |
| XYZ | 52.99 | 38.32 | 43.13 | - |
| YUV | 169.06 | 129.1 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 171 | 0 | 0.47 | 0.30 | 0.04 | 338.61 | 0.85 | 0.74 |
| Hex | F5 | 82 | AB | 0 | 2F | 1E | 4 | 153 | 55 | 4A |
| Octal | 365 | 202 | 253 | 0 | 57 | 36 | 4 | 523 | 125 | 112 |
| Binary | 11110101 | 10000010 | 10101011 | 0 | 101111 | 11110 | 100 | 101010011 | 1010101 | 1001010 |
Color Harmonies of #F582AB
Complementary color
Monochromatic Colors of #F582AB
Black with #F582AB
Text Example
Text Example
White with #F582AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F582AB; }
p { color: rgb(245,130,171); }
H1.HeaderClassName
{
color: #F582AB;
}
.AnyTagClassName
{
color: #F582AB;
}
</style>
background-color css
<style>
a { background-color: #F582AB; }
a { background-color: rgb(245,130,171); }
div.DivClassName
{
background-color: #F582AB;
}
.BgClassName
{
background-color: #F582AB;
}
</style>
border-color css
<style>
span { border-color: #F582AB; }
span { border-color: rgb(245,130,171); }
td.TdClassName
{
border-color: #F582AB;
}
.TagClassName
{
border-color: #F582AB;
}
</style>