Shades of Tickle Me Pink #FA85AF
Tints of Tickle Me Pink #FA85AF
RGB
CMYK
RGB Variations
Color information
#FA85AF (or 0xFA85AF) is known color: Tickle Me Pink. HEX triplet: FA, 85 and AF. RGB value is (250,133,175). Sum of RGB (Red+Green+Blue) = 250+133+175=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA85AF is #057A50. Grayscale: #ACACAC. Windows color (decimal): -358993 or 11503098. OLE color: 11503098.
HSL color Cylindrical-coordinate representation of color #FA85AF: hue angle of 338.46º 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 #FA85AF is Cyan = 0, Magento = 0.47, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 175 | - |
| CMYK | 0 | 0.47 | 0.3 | 0.02 |
| HSL | 338.46º | 0.92% | 0.75% | - |
| HSV(B) | 338.46º | 0.47% | 0.98% | - |
| XYZ | 55.55 | 40.19 | 45.39 | - |
| YUV | 172.77 | 129.26 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 175 | 0 | 0.47 | 0.3 | 0.02 | 338.46 | 0.92 | 0.75 |
| Hex | FA | 85 | AF | 0 | 2F | 1E | 2 | 152 | 5C | 4B |
| Octal | 372 | 205 | 257 | 0 | 57 | 36 | 2 | 522 | 134 | 113 |
| Binary | 11111010 | 10000101 | 10101111 | 0 | 101111 | 11110 | 10 | 101010010 | 1011100 | 1001011 |
Color Harmonies of #FA85AF
Complementary color
Monochromatic Colors of #FA85AF
Black with #FA85AF
Text Example
Text Example
White with #FA85AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA85AF; }
p { color: rgb(250,133,175); }
H1.HeaderClassName
{
color: #FA85AF;
}
.AnyTagClassName
{
color: #FA85AF;
}
</style>
background-color css
<style>
a { background-color: #FA85AF; }
a { background-color: rgb(250,133,175); }
div.DivClassName
{
background-color: #FA85AF;
}
.BgClassName
{
background-color: #FA85AF;
}
</style>
border-color css
<style>
span { border-color: #FA85AF; }
span { border-color: rgb(250,133,175); }
td.TdClassName
{
border-color: #FA85AF;
}
.TagClassName
{
border-color: #FA85AF;
}
</style>