Shades of Tickle Me Pink #FC7AAA
Tints of Tickle Me Pink #FC7AAA
RGB
CMYK
RGB Variations
Color information
#FC7AAA (or 0xFC7AAA) is known color: Tickle Me Pink. HEX triplet: FC, 7A and AA. RGB value is (252,122,170). Sum of RGB (Red+Green+Blue) = 252+122+170=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7AAA is #038555. Grayscale: #A6A6A6. Windows color (decimal): -230742 or 11172604. OLE color: 11172604.
HSL color Cylindrical-coordinate representation of color #FC7AAA: hue angle of 337.85º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC7AAA is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 170 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.01 |
| HSL | 337.85º | 0.96% | 0.73% | - |
| HSV(B) | 337.85º | 0.52% | 0.99% | - |
| XYZ | 54.36 | 37.52 | 42.41 | - |
| YUV | 166.34 | 130.07 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 170 | 0 | 0.52 | 0.33 | 0.01 | 337.85 | 0.96 | 0.73 |
| Hex | FC | 7A | AA | 0 | 34 | 21 | 1 | 152 | 60 | 49 |
| Octal | 374 | 172 | 252 | 0 | 64 | 41 | 1 | 522 | 140 | 111 |
| Binary | 11111100 | 1111010 | 10101010 | 0 | 110100 | 100001 | 1 | 101010010 | 1100000 | 1001001 |
Color Harmonies of #FC7AAA
Complementary color
Monochromatic Colors of #FC7AAA
Black with #FC7AAA
Text Example
Text Example
White with #FC7AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7AAA; }
p { color: rgb(252,122,170); }
H1.HeaderClassName
{
color: #FC7AAA;
}
.AnyTagClassName
{
color: #FC7AAA;
}
</style>
background-color css
<style>
a { background-color: #FC7AAA; }
a { background-color: rgb(252,122,170); }
div.DivClassName
{
background-color: #FC7AAA;
}
.BgClassName
{
background-color: #FC7AAA;
}
</style>
border-color css
<style>
span { border-color: #FC7AAA; }
span { border-color: rgb(252,122,170); }
td.TdClassName
{
border-color: #FC7AAA;
}
.TagClassName
{
border-color: #FC7AAA;
}
</style>