Shades of Tickle Me Pink #FD799A
Tints of Tickle Me Pink #FD799A
RGB
CMYK
RGB Variations
Color information
#FD799A (or 0xFD799A) is known color: Tickle Me Pink. HEX triplet: FD, 79 and 9A. RGB value is (253,121,154). Sum of RGB (Red+Green+Blue) = 253+121+154=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 121 (47.66% from 255 or 22.92% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FD799A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD799A is #028665. Grayscale: #A4A4A4. Windows color (decimal): -165478 or 10123773. OLE color: 10123773.
HSL color Cylindrical-coordinate representation of color #FD799A: hue angle of 345º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FD799A is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 121 | 154 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.01 |
| HSL | 345º | 0.97% | 0.73% | - |
| HSV(B) | 345º | 0.52% | 0.99% | - |
| XYZ | 53.18 | 36.89 | 34.89 | - |
| YUV | 164.23 | 122.23 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 121 | 154 | 0 | 0.52 | 0.39 | 0.01 | 345 | 0.97 | 0.73 |
| Hex | FD | 79 | 9A | 0 | 34 | 27 | 1 | 159 | 61 | 49 |
| Octal | 375 | 171 | 232 | 0 | 64 | 47 | 1 | 531 | 141 | 111 |
| Binary | 11111101 | 1111001 | 10011010 | 0 | 110100 | 100111 | 1 | 101011001 | 1100001 | 1001001 |
Color Harmonies of #FD799A
Complementary color
Monochromatic Colors of #FD799A
Black with #FD799A
Text Example
Text Example
White with #FD799A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD799A; }
p { color: rgb(253,121,154); }
H1.HeaderClassName
{
color: #FD799A;
}
.AnyTagClassName
{
color: #FD799A;
}
</style>
background-color css
<style>
a { background-color: #FD799A; }
a { background-color: rgb(253,121,154); }
div.DivClassName
{
background-color: #FD799A;
}
.BgClassName
{
background-color: #FD799A;
}
</style>
border-color css
<style>
span { border-color: #FD799A; }
span { border-color: rgb(253,121,154); }
td.TdClassName
{
border-color: #FD799A;
}
.TagClassName
{
border-color: #FD799A;
}
</style>