Shades of Tickle Me Pink #FF7DA1
Tints of Tickle Me Pink #FF7DA1
RGB
CMYK
RGB Variations
Color information
#FF7DA1 (or 0xFF7DA1) is known color: Tickle Me Pink. HEX triplet: FF, 7D and A1. RGB value is (255,125,161). Sum of RGB (Red+Green+Blue) = 255+125+161=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 161 (63.28% from 255 or 29.76% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7DA1 is #00825E. Grayscale: #A7A7A7. Windows color (decimal): -33375 or 10583551. OLE color: 10583551.
HSL color Cylindrical-coordinate representation of color #FF7DA1: hue angle of 343.38º 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 #FF7DA1 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 161 | - |
| CMYK | 0 | 0.51 | 0.37 | 0 |
| HSL | 343.38º | 1% | 0.75% | - |
| HSV(B) | 343.38º | 0.51% | 1% | - |
| XYZ | 55.01 | 38.5 | 38.25 | - |
| YUV | 167.97 | 124.07 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 161 | 0 | 0.51 | 0.37 | 0 | 343.38 | 1 | 0.75 |
| Hex | FF | 7D | A1 | 0 | 33 | 25 | 0 | 157 | 64 | 4B |
| Octal | 377 | 175 | 241 | 0 | 63 | 45 | 0 | 527 | 144 | 113 |
| Binary | 11111111 | 1111101 | 10100001 | 0 | 110011 | 100101 | 0 | 101010111 | 1100100 | 1001011 |
Color Harmonies of #FF7DA1
Complementary color
Monochromatic Colors of #FF7DA1
Black with #FF7DA1
Text Example
Text Example
White with #FF7DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7DA1; }
p { color: rgb(255,125,161); }
H1.HeaderClassName
{
color: #FF7DA1;
}
.AnyTagClassName
{
color: #FF7DA1;
}
</style>
background-color css
<style>
a { background-color: #FF7DA1; }
a { background-color: rgb(255,125,161); }
div.DivClassName
{
background-color: #FF7DA1;
}
.BgClassName
{
background-color: #FF7DA1;
}
</style>
border-color css
<style>
span { border-color: #FF7DA1; }
span { border-color: rgb(255,125,161); }
td.TdClassName
{
border-color: #FF7DA1;
}
.TagClassName
{
border-color: #FF7DA1;
}
</style>