Shades of Tickle Me Pink #FA85A2
Tints of Tickle Me Pink #FA85A2
RGB
CMYK
RGB Variations
Color information
#FA85A2 (or 0xFA85A2) is known color: Tickle Me Pink. HEX triplet: FA, 85 and A2. RGB value is (250,133,162). Sum of RGB (Red+Green+Blue) = 250+133+162=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 162 (63.67% from 255 or 29.72% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA85A2 is #057A5D. Grayscale: #ABABAB. Windows color (decimal): -359006 or 10651130. OLE color: 10651130.
HSL color Cylindrical-coordinate representation of color #FA85A2: hue angle of 345.13º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FA85A2 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 162 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.02 |
| HSL | 345.13º | 0.92% | 0.75% | - |
| HSV(B) | 345.13º | 0.47% | 0.98% | - |
| XYZ | 54.33 | 39.71 | 38.98 | - |
| YUV | 171.29 | 122.76 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 162 | 0 | 0.47 | 0.35 | 0.02 | 345.13 | 0.92 | 0.75 |
| Hex | FA | 85 | A2 | 0 | 2F | 23 | 2 | 159 | 5C | 4B |
| Octal | 372 | 205 | 242 | 0 | 57 | 43 | 2 | 531 | 134 | 113 |
| Binary | 11111010 | 10000101 | 10100010 | 0 | 101111 | 100011 | 10 | 101011001 | 1011100 | 1001011 |
Color Harmonies of #FA85A2
Complementary color
Monochromatic Colors of #FA85A2
Black with #FA85A2
Text Example
Text Example
White with #FA85A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA85A2; }
p { color: rgb(250,133,162); }
H1.HeaderClassName
{
color: #FA85A2;
}
.AnyTagClassName
{
color: #FA85A2;
}
</style>
background-color css
<style>
a { background-color: #FA85A2; }
a { background-color: rgb(250,133,162); }
div.DivClassName
{
background-color: #FA85A2;
}
.BgClassName
{
background-color: #FA85A2;
}
</style>
border-color css
<style>
span { border-color: #FA85A2; }
span { border-color: rgb(250,133,162); }
td.TdClassName
{
border-color: #FA85A2;
}
.TagClassName
{
border-color: #FA85A2;
}
</style>