Shades of Tickle Me Pink #FF7DB2
Tints of Tickle Me Pink #FF7DB2
RGB
CMYK
RGB Variations
Color information
#FF7DB2 (or 0xFF7DB2) is known color: Tickle Me Pink. HEX triplet: FF, 7D and B2. RGB value is (255,125,178). Sum of RGB (Red+Green+Blue) = 255+125+178=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7DB2 is #00824D. Grayscale: #A9A9A9. Windows color (decimal): -33358 or 11697663. OLE color: 11697663.
HSL color Cylindrical-coordinate representation of color #FF7DB2: hue angle of 335.54º 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 #FF7DB2 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 178 | - |
| CMYK | 0 | 0.51 | 0.30 | 0 |
| HSL | 335.54º | 1% | 0.75% | - |
| HSV(B) | 335.54º | 0.51% | 1% | - |
| XYZ | 56.61 | 39.14 | 46.69 | - |
| YUV | 169.91 | 132.57 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 178 | 0 | 0.51 | 0.30 | 0 | 335.54 | 1 | 0.75 |
| Hex | FF | 7D | B2 | 0 | 33 | 1E | 0 | 150 | 64 | 4B |
| Octal | 377 | 175 | 262 | 0 | 63 | 36 | 0 | 520 | 144 | 113 |
| Binary | 11111111 | 1111101 | 10110010 | 0 | 110011 | 11110 | 0 | 101010000 | 1100100 | 1001011 |
Color Harmonies of #FF7DB2
Complementary color
Monochromatic Colors of #FF7DB2
Black with #FF7DB2
Text Example
Text Example
White with #FF7DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7DB2; }
p { color: rgb(255,125,178); }
H1.HeaderClassName
{
color: #FF7DB2;
}
.AnyTagClassName
{
color: #FF7DB2;
}
</style>
background-color css
<style>
a { background-color: #FF7DB2; }
a { background-color: rgb(255,125,178); }
div.DivClassName
{
background-color: #FF7DB2;
}
.BgClassName
{
background-color: #FF7DB2;
}
</style>
border-color css
<style>
span { border-color: #FF7DB2; }
span { border-color: rgb(255,125,178); }
td.TdClassName
{
border-color: #FF7DB2;
}
.TagClassName
{
border-color: #FF7DB2;
}
</style>