Shades of Tickle Me Pink #FC819D
Tints of Tickle Me Pink #FC819D
RGB
CMYK
RGB Variations
Color information
#FC819D (or 0xFC819D) is known color: Tickle Me Pink. HEX triplet: FC, 81 and 9D. RGB value is (252,129,157). Sum of RGB (Red+Green+Blue) = 252+129+157=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FC819D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC819D is #037E62. Grayscale: #A8A8A8. Windows color (decimal): -228963 or 10322428. OLE color: 10322428.
HSL color Cylindrical-coordinate representation of color #FC819D: hue angle of 346.34º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FC819D is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 157 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.01 |
| HSL | 346.34º | 0.95% | 0.75% | - |
| HSV(B) | 346.34º | 0.49% | 0.99% | - |
| XYZ | 54.08 | 38.83 | 36.54 | - |
| YUV | 168.97 | 121.25 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 157 | 0 | 0.49 | 0.38 | 0.01 | 346.34 | 0.95 | 0.75 |
| Hex | FC | 81 | 9D | 0 | 31 | 26 | 1 | 15A | 5F | 4B |
| Octal | 374 | 201 | 235 | 0 | 61 | 46 | 1 | 532 | 137 | 113 |
| Binary | 11111100 | 10000001 | 10011101 | 0 | 110001 | 100110 | 1 | 101011010 | 1011111 | 1001011 |
Color Harmonies of #FC819D
Complementary color
Monochromatic Colors of #FC819D
Black with #FC819D
Text Example
Text Example
White with #FC819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC819D; }
p { color: rgb(252,129,157); }
H1.HeaderClassName
{
color: #FC819D;
}
.AnyTagClassName
{
color: #FC819D;
}
</style>
background-color css
<style>
a { background-color: #FC819D; }
a { background-color: rgb(252,129,157); }
div.DivClassName
{
background-color: #FC819D;
}
.BgClassName
{
background-color: #FC819D;
}
</style>
border-color css
<style>
span { border-color: #FC819D; }
span { border-color: rgb(252,129,157); }
td.TdClassName
{
border-color: #FC819D;
}
.TagClassName
{
border-color: #FC819D;
}
</style>