Shades of Tickle Me Pink #FD7A9A
Tints of Tickle Me Pink #FD7A9A
RGB
CMYK
RGB Variations
Color information
#FD7A9A (or 0xFD7A9A) is known color: Tickle Me Pink. HEX triplet: FD, 7A and 9A. RGB value is (253,122,154). Sum of RGB (Red+Green+Blue) = 253+122+154=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7A9A is #028565. Grayscale: #A4A4A4. Windows color (decimal): -165222 or 10124029. OLE color: 10124029.
HSL color Cylindrical-coordinate representation of color #FD7A9A: hue angle of 345.34º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FD7A9A is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 122 | 154 | - |
CMYK | 0 | 0.52 | 0.39 | 0.01 |
HSL | 345.34º | 0.97% | 0.74% | - |
HSV(B) | 345.34º | 0.52% | 0.99% | - |
XYZ | 53.3 | 37.13 | 34.93 | - |
YUV | 164.82 | 121.9 | 190.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 122 | 154 | 0 | 0.52 | 0.39 | 0.01 | 345.34 | 0.97 | 0.74 |
Hex | FD | 7A | 9A | 0 | 34 | 27 | 1 | 159 | 61 | 4A |
Octal | 375 | 172 | 232 | 0 | 64 | 47 | 1 | 531 | 141 | 112 |
Binary | 11111101 | 1111010 | 10011010 | 0 | 110100 | 100111 | 1 | 101011001 | 1100001 | 1001010 |
Color Harmonies of #FD7A9A
Complementary color
Monochromatic Colors of #FD7A9A
Black with #FD7A9A
Text Example
Text Example
White with #FD7A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7A9A; }
p { color: rgb(253,122,154); }
H1.HeaderClassName
{
color: #FD7A9A;
}
.AnyTagClassName
{
color: #FD7A9A;
}
</style>
background-color css
<style>
a { background-color: #FD7A9A; }
a { background-color: rgb(253,122,154); }
div.DivClassName
{
background-color: #FD7A9A;
}
.BgClassName
{
background-color: #FD7A9A;
}
</style>
border-color css
<style>
span { border-color: #FD7A9A; }
span { border-color: rgb(253,122,154); }
td.TdClassName
{
border-color: #FD7A9A;
}
.TagClassName
{
border-color: #FD7A9A;
}
</style>