Shades of Tickle Me Pink #FD779A
Tints of Tickle Me Pink #FD779A
RGB
CMYK
RGB Variations
Color information
#FD779A (or 0xFD779A) is known color: Tickle Me Pink. HEX triplet: FD, 77 and 9A. RGB value is (253,119,154). Sum of RGB (Red+Green+Blue) = 253+119+154=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FD779A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD779A is #028865. Grayscale: #A3A3A3. Windows color (decimal): -165990 or 10123261. OLE color: 10123261.
HSL color Cylindrical-coordinate representation of color #FD779A: hue angle of 344.33º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FD779A is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 119 | 154 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.01 |
| HSL | 344.33º | 0.97% | 0.73% | - |
| HSV(B) | 344.33º | 0.53% | 0.99% | - |
| XYZ | 52.94 | 36.41 | 34.81 | - |
| YUV | 163.06 | 122.89 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 119 | 154 | 0 | 0.53 | 0.39 | 0.01 | 344.33 | 0.97 | 0.73 |
| Hex | FD | 77 | 9A | 0 | 35 | 27 | 1 | 158 | 61 | 49 |
| Octal | 375 | 167 | 232 | 0 | 65 | 47 | 1 | 530 | 141 | 111 |
| Binary | 11111101 | 1110111 | 10011010 | 0 | 110101 | 100111 | 1 | 101011000 | 1100001 | 1001001 |
Color Harmonies of #FD779A
Complementary color
Monochromatic Colors of #FD779A
Black with #FD779A
Text Example
Text Example
White with #FD779A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD779A; }
p { color: rgb(253,119,154); }
H1.HeaderClassName
{
color: #FD779A;
}
.AnyTagClassName
{
color: #FD779A;
}
</style>
background-color css
<style>
a { background-color: #FD779A; }
a { background-color: rgb(253,119,154); }
div.DivClassName
{
background-color: #FD779A;
}
.BgClassName
{
background-color: #FD779A;
}
</style>
border-color css
<style>
span { border-color: #FD779A; }
span { border-color: rgb(253,119,154); }
td.TdClassName
{
border-color: #FD779A;
}
.TagClassName
{
border-color: #FD779A;
}
</style>