Shades of Tickle Me Pink #FA809D
Tints of Tickle Me Pink #FA809D
RGB
CMYK
RGB Variations
Color information
#FA809D (or 0xFA809D) is known color: Tickle Me Pink. HEX triplet: FA, 80 and 9D. RGB value is (250,128,157). Sum of RGB (Red+Green+Blue) = 250+128+157=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FA809D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA809D is #057F62. Grayscale: #A7A7A7. Windows color (decimal): -360291 or 10322170. OLE color: 10322170.
HSL color Cylindrical-coordinate representation of color #FA809D: hue angle of 345.74º 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 #FA809D is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 157 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.02 |
| HSL | 345.74º | 0.92% | 0.74% | - |
| HSV(B) | 345.74º | 0.49% | 0.98% | - |
| XYZ | 53.23 | 38.2 | 36.47 | - |
| YUV | 167.78 | 121.92 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 157 | 0 | 0.49 | 0.37 | 0.02 | 345.74 | 0.92 | 0.74 |
| Hex | FA | 80 | 9D | 0 | 31 | 25 | 2 | 15A | 5C | 4A |
| Octal | 372 | 200 | 235 | 0 | 61 | 45 | 2 | 532 | 134 | 112 |
| Binary | 11111010 | 10000000 | 10011101 | 0 | 110001 | 100101 | 10 | 101011010 | 1011100 | 1001010 |
Color Harmonies of #FA809D
Complementary color
Monochromatic Colors of #FA809D
Black with #FA809D
Text Example
Text Example
White with #FA809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA809D; }
p { color: rgb(250,128,157); }
H1.HeaderClassName
{
color: #FA809D;
}
.AnyTagClassName
{
color: #FA809D;
}
</style>
background-color css
<style>
a { background-color: #FA809D; }
a { background-color: rgb(250,128,157); }
div.DivClassName
{
background-color: #FA809D;
}
.BgClassName
{
background-color: #FA809D;
}
</style>
border-color css
<style>
span { border-color: #FA809D; }
span { border-color: rgb(250,128,157); }
td.TdClassName
{
border-color: #FA809D;
}
.TagClassName
{
border-color: #FA809D;
}
</style>