Shades of Tickle Me Pink #FA75A8
Tints of Tickle Me Pink #FA75A8
RGB
CMYK
RGB Variations
Color information
#FA75A8 (or 0xFA75A8) is known color: Tickle Me Pink. HEX triplet: FA, 75 and A8. RGB value is (250,117,168). Sum of RGB (Red+Green+Blue) = 250+117+168=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FA75A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA75A8 is #058A57. Grayscale: #A2A2A2. Windows color (decimal): -363096 or 11040250. OLE color: 11040250.
HSL color Cylindrical-coordinate representation of color #FA75A8: hue angle of 336.99º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA75A8 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 117 | 168 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.02 |
| HSL | 336.99º | 0.93% | 0.72% | - |
| HSV(B) | 336.99º | 0.53% | 0.98% | - |
| XYZ | 52.85 | 35.87 | 41.18 | - |
| YUV | 162.58 | 131.06 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 117 | 168 | 0 | 0.53 | 0.33 | 0.02 | 336.99 | 0.93 | 0.72 |
| Hex | FA | 75 | A8 | 0 | 35 | 21 | 2 | 151 | 5D | 48 |
| Octal | 372 | 165 | 250 | 0 | 65 | 41 | 2 | 521 | 135 | 110 |
| Binary | 11111010 | 1110101 | 10101000 | 0 | 110101 | 100001 | 10 | 101010001 | 1011101 | 1001000 |
Color Harmonies of #FA75A8
Complementary color
Monochromatic Colors of #FA75A8
Black with #FA75A8
Text Example
Text Example
White with #FA75A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA75A8; }
p { color: rgb(250,117,168); }
H1.HeaderClassName
{
color: #FA75A8;
}
.AnyTagClassName
{
color: #FA75A8;
}
</style>
background-color css
<style>
a { background-color: #FA75A8; }
a { background-color: rgb(250,117,168); }
div.DivClassName
{
background-color: #FA75A8;
}
.BgClassName
{
background-color: #FA75A8;
}
</style>
border-color css
<style>
span { border-color: #FA75A8; }
span { border-color: rgb(250,117,168); }
td.TdClassName
{
border-color: #FA75A8;
}
.TagClassName
{
border-color: #FA75A8;
}
</style>