Shades of Tickle Me Pink #FA80A0
Tints of Tickle Me Pink #FA80A0
RGB
CMYK
RGB Variations
Color information
#FA80A0 (or 0xFA80A0) is known color: Tickle Me Pink. HEX triplet: FA, 80 and A0. RGB value is (250,128,160). Sum of RGB (Red+Green+Blue) = 250+128+160=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA80A0 is #057F5F. Grayscale: #A8A8A8. Windows color (decimal): -360288 or 10518778. OLE color: 10518778.
HSL color Cylindrical-coordinate representation of color #FA80A0: hue angle of 344.26º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA80A0 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 160 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.02 |
| HSL | 344.26º | 0.92% | 0.74% | - |
| HSV(B) | 344.26º | 0.49% | 0.98% | - |
| XYZ | 53.49 | 38.3 | 37.83 | - |
| YUV | 168.13 | 123.42 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 160 | 0 | 0.49 | 0.36 | 0.02 | 344.26 | 0.92 | 0.74 |
| Hex | FA | 80 | A0 | 0 | 31 | 24 | 2 | 158 | 5C | 4A |
| Octal | 372 | 200 | 240 | 0 | 61 | 44 | 2 | 530 | 134 | 112 |
| Binary | 11111010 | 10000000 | 10100000 | 0 | 110001 | 100100 | 10 | 101011000 | 1011100 | 1001010 |
Color Harmonies of #FA80A0
Complementary color
Monochromatic Colors of #FA80A0
Black with #FA80A0
Text Example
Text Example
White with #FA80A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA80A0; }
p { color: rgb(250,128,160); }
H1.HeaderClassName
{
color: #FA80A0;
}
.AnyTagClassName
{
color: #FA80A0;
}
</style>
background-color css
<style>
a { background-color: #FA80A0; }
a { background-color: rgb(250,128,160); }
div.DivClassName
{
background-color: #FA80A0;
}
.BgClassName
{
background-color: #FA80A0;
}
</style>
border-color css
<style>
span { border-color: #FA80A0; }
span { border-color: rgb(250,128,160); }
td.TdClassName
{
border-color: #FA80A0;
}
.TagClassName
{
border-color: #FA80A0;
}
</style>