Shades of Tickle Me Pink #FA799A
Tints of Tickle Me Pink #FA799A
RGB
CMYK
RGB Variations
Color information
#FA799A (or 0xFA799A) is known color: Tickle Me Pink. HEX triplet: FA, 79 and 9A. RGB value is (250,121,154). Sum of RGB (Red+Green+Blue) = 250+121+154=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FA799A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA799A is #058665. Grayscale: #A3A3A3. Windows color (decimal): -362086 or 10123770. OLE color: 10123770.
HSL color Cylindrical-coordinate representation of color #FA799A: hue angle of 344.65º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA799A is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 121 | 154 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.02 |
| HSL | 344.65º | 0.93% | 0.73% | - |
| HSV(B) | 344.65º | 0.52% | 0.98% | - |
| XYZ | 52.09 | 36.33 | 34.84 | - |
| YUV | 163.33 | 122.74 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 121 | 154 | 0 | 0.52 | 0.38 | 0.02 | 344.65 | 0.93 | 0.73 |
| Hex | FA | 79 | 9A | 0 | 34 | 26 | 2 | 159 | 5D | 49 |
| Octal | 372 | 171 | 232 | 0 | 64 | 46 | 2 | 531 | 135 | 111 |
| Binary | 11111010 | 1111001 | 10011010 | 0 | 110100 | 100110 | 10 | 101011001 | 1011101 | 1001001 |
Color Harmonies of #FA799A
Complementary color
Monochromatic Colors of #FA799A
Black with #FA799A
Text Example
Text Example
White with #FA799A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA799A; }
p { color: rgb(250,121,154); }
H1.HeaderClassName
{
color: #FA799A;
}
.AnyTagClassName
{
color: #FA799A;
}
</style>
background-color css
<style>
a { background-color: #FA799A; }
a { background-color: rgb(250,121,154); }
div.DivClassName
{
background-color: #FA799A;
}
.BgClassName
{
background-color: #FA799A;
}
</style>
border-color css
<style>
span { border-color: #FA799A; }
span { border-color: rgb(250,121,154); }
td.TdClassName
{
border-color: #FA799A;
}
.TagClassName
{
border-color: #FA799A;
}
</style>