Shades of Tickle Me Pink #FF7DAB
Tints of Tickle Me Pink #FF7DAB
RGB
CMYK
RGB Variations
Color information
#FF7DAB (or 0xFF7DAB) is known color: Tickle Me Pink. HEX triplet: FF, 7D and AB. RGB value is (255,125,171). Sum of RGB (Red+Green+Blue) = 255+125+171=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7DAB is #008254. Grayscale: #A9A9A9. Windows color (decimal): -33365 or 11238911. OLE color: 11238911.
HSL color Cylindrical-coordinate representation of color #FF7DAB: hue angle of 338.77º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7DAB is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 171 | - |
| CMYK | 0 | 0.51 | 0.33 | 0 |
| HSL | 338.77º | 1% | 0.75% | - |
| HSV(B) | 338.77º | 0.51% | 1% | - |
| XYZ | 55.92 | 38.87 | 43.08 | - |
| YUV | 169.11 | 129.07 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 171 | 0 | 0.51 | 0.33 | 0 | 338.77 | 1 | 0.75 |
| Hex | FF | 7D | AB | 0 | 33 | 21 | 0 | 153 | 64 | 4B |
| Octal | 377 | 175 | 253 | 0 | 63 | 41 | 0 | 523 | 144 | 113 |
| Binary | 11111111 | 1111101 | 10101011 | 0 | 110011 | 100001 | 0 | 101010011 | 1100100 | 1001011 |
Color Harmonies of #FF7DAB
Complementary color
Monochromatic Colors of #FF7DAB
Black with #FF7DAB
Text Example
Text Example
White with #FF7DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7DAB; }
p { color: rgb(255,125,171); }
H1.HeaderClassName
{
color: #FF7DAB;
}
.AnyTagClassName
{
color: #FF7DAB;
}
</style>
background-color css
<style>
a { background-color: #FF7DAB; }
a { background-color: rgb(255,125,171); }
div.DivClassName
{
background-color: #FF7DAB;
}
.BgClassName
{
background-color: #FF7DAB;
}
</style>
border-color css
<style>
span { border-color: #FF7DAB; }
span { border-color: rgb(255,125,171); }
td.TdClassName
{
border-color: #FF7DAB;
}
.TagClassName
{
border-color: #FF7DAB;
}
</style>