Shades of Tickle Me Pink #FC7A9A
Tints of Tickle Me Pink #FC7A9A
RGB
CMYK
RGB Variations
Color information
#FC7A9A (or 0xFC7A9A) is known color: Tickle Me Pink. HEX triplet: FC, 7A and 9A. RGB value is (252,122,154). Sum of RGB (Red+Green+Blue) = 252+122+154=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7A9A is #038565. Grayscale: #A4A4A4. Windows color (decimal): -230758 or 10124028. OLE color: 10124028.
HSL color Cylindrical-coordinate representation of color #FC7A9A: hue angle of 345.23º 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 #FC7A9A is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 154 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.01 |
| HSL | 345.23º | 0.96% | 0.73% | - |
| HSV(B) | 345.23º | 0.52% | 0.99% | - |
| XYZ | 52.94 | 36.95 | 34.91 | - |
| YUV | 164.52 | 122.07 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 154 | 0 | 0.52 | 0.39 | 0.01 | 345.23 | 0.96 | 0.73 |
| Hex | FC | 7A | 9A | 0 | 34 | 27 | 1 | 159 | 60 | 49 |
| Octal | 374 | 172 | 232 | 0 | 64 | 47 | 1 | 531 | 140 | 111 |
| Binary | 11111100 | 1111010 | 10011010 | 0 | 110100 | 100111 | 1 | 101011001 | 1100000 | 1001001 |
Color Harmonies of #FC7A9A
Complementary color
Monochromatic Colors of #FC7A9A
Black with #FC7A9A
Text Example
Text Example
White with #FC7A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A9A; }
p { color: rgb(252,122,154); }
H1.HeaderClassName
{
color: #FC7A9A;
}
.AnyTagClassName
{
color: #FC7A9A;
}
</style>
background-color css
<style>
a { background-color: #FC7A9A; }
a { background-color: rgb(252,122,154); }
div.DivClassName
{
background-color: #FC7A9A;
}
.BgClassName
{
background-color: #FC7A9A;
}
</style>
border-color css
<style>
span { border-color: #FC7A9A; }
span { border-color: rgb(252,122,154); }
td.TdClassName
{
border-color: #FC7A9A;
}
.TagClassName
{
border-color: #FC7A9A;
}
</style>