Shades of Tickle Me Pink #FD7F99
Tints of Tickle Me Pink #FD7F99
RGB
CMYK
RGB Variations
Color information
#FD7F99 (or 0xFD7F99) is known color: Tickle Me Pink. HEX triplet: FD, 7F and 99. RGB value is (253,127,153). Sum of RGB (Red+Green+Blue) = 253+127+153=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7F99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7F99 is #028066. Grayscale: #A7A7A7. Windows color (decimal): -163943 or 10059773. OLE color: 10059773.
HSL color Cylindrical-coordinate representation of color #FD7F99: hue angle of 347.62º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FD7F99 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 127 | 153 | - |
CMYK | 0 | 0.50 | 0.40 | 0.01 |
HSL | 347.62º | 0.97% | 0.75% | - |
HSV(B) | 347.62º | 0.5% | 0.99% | - |
XYZ | 53.85 | 38.36 | 34.7 | - |
YUV | 167.64 | 119.74 | 188.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 127 | 153 | 0 | 0.50 | 0.40 | 0.01 | 347.62 | 0.97 | 0.75 |
Hex | FD | 7F | 99 | 0 | 32 | 28 | 1 | 15C | 61 | 4B |
Octal | 375 | 177 | 231 | 0 | 62 | 50 | 1 | 534 | 141 | 113 |
Binary | 11111101 | 1111111 | 10011001 | 0 | 110010 | 101000 | 1 | 101011100 | 1100001 | 1001011 |
Color Harmonies of #FD7F99
Complementary color
Monochromatic Colors of #FD7F99
Black with #FD7F99
Text Example
Text Example
White with #FD7F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7F99; }
p { color: rgb(253,127,153); }
H1.HeaderClassName
{
color: #FD7F99;
}
.AnyTagClassName
{
color: #FD7F99;
}
</style>
background-color css
<style>
a { background-color: #FD7F99; }
a { background-color: rgb(253,127,153); }
div.DivClassName
{
background-color: #FD7F99;
}
.BgClassName
{
background-color: #FD7F99;
}
</style>
border-color css
<style>
span { border-color: #FD7F99; }
span { border-color: rgb(253,127,153); }
td.TdClassName
{
border-color: #FD7F99;
}
.TagClassName
{
border-color: #FD7F99;
}
</style>