Shades of Tickle Me Pink #FC73A8
Tints of Tickle Me Pink #FC73A8
RGB
CMYK
RGB Variations
Color information
#FC73A8 (or 0xFC73A8) is known color: Tickle Me Pink. HEX triplet: FC, 73 and A8. RGB value is (252,115,168). Sum of RGB (Red+Green+Blue) = 252+115+168=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC73A8 is #038C57. Grayscale: #A1A1A1. Windows color (decimal): -232536 or 11039740. OLE color: 11039740.
HSL color Cylindrical-coordinate representation of color #FC73A8: hue angle of 336.79º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC73A8 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 168 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.01 |
| HSL | 336.79º | 0.96% | 0.72% | - |
| HSV(B) | 336.79º | 0.54% | 0.99% | - |
| XYZ | 53.34 | 35.78 | 41.14 | - |
| YUV | 162.01 | 131.39 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 168 | 0 | 0.54 | 0.33 | 0.01 | 336.79 | 0.96 | 0.72 |
| Hex | FC | 73 | A8 | 0 | 36 | 21 | 1 | 151 | 60 | 48 |
| Octal | 374 | 163 | 250 | 0 | 66 | 41 | 1 | 521 | 140 | 110 |
| Binary | 11111100 | 1110011 | 10101000 | 0 | 110110 | 100001 | 1 | 101010001 | 1100000 | 1001000 |
Color Harmonies of #FC73A8
Complementary color
Monochromatic Colors of #FC73A8
Black with #FC73A8
Text Example
Text Example
White with #FC73A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC73A8; }
p { color: rgb(252,115,168); }
H1.HeaderClassName
{
color: #FC73A8;
}
.AnyTagClassName
{
color: #FC73A8;
}
</style>
background-color css
<style>
a { background-color: #FC73A8; }
a { background-color: rgb(252,115,168); }
div.DivClassName
{
background-color: #FC73A8;
}
.BgClassName
{
background-color: #FC73A8;
}
</style>
border-color css
<style>
span { border-color: #FC73A8; }
span { border-color: rgb(252,115,168); }
td.TdClassName
{
border-color: #FC73A8;
}
.TagClassName
{
border-color: #FC73A8;
}
</style>