Shades of Tickle Me Pink #FF7DAE
Tints of Tickle Me Pink #FF7DAE
RGB
CMYK
RGB Variations
Color information
#FF7DAE (or 0xFF7DAE) is known color: Tickle Me Pink. HEX triplet: FF, 7D and AE. RGB value is (255,125,174). Sum of RGB (Red+Green+Blue) = 255+125+174=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7DAE is #008251. Grayscale: #A9A9A9. Windows color (decimal): -33362 or 11435519. OLE color: 11435519.
HSL color Cylindrical-coordinate representation of color #FF7DAE: hue angle of 337.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 #FF7DAE is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 174 | - |
| CMYK | 0 | 0.51 | 0.32 | 0 |
| HSL | 337.38º | 1% | 0.75% | - |
| HSV(B) | 337.38º | 0.51% | 1% | - |
| XYZ | 56.21 | 38.98 | 44.61 | - |
| YUV | 169.46 | 130.57 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 174 | 0 | 0.51 | 0.32 | 0 | 337.38 | 1 | 0.75 |
| Hex | FF | 7D | AE | 0 | 33 | 20 | 0 | 151 | 64 | 4B |
| Octal | 377 | 175 | 256 | 0 | 63 | 40 | 0 | 521 | 144 | 113 |
| Binary | 11111111 | 1111101 | 10101110 | 0 | 110011 | 100000 | 0 | 101010001 | 1100100 | 1001011 |
Color Harmonies of #FF7DAE
Complementary color
Monochromatic Colors of #FF7DAE
Black with #FF7DAE
Text Example
Text Example
White with #FF7DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7DAE; }
p { color: rgb(255,125,174); }
H1.HeaderClassName
{
color: #FF7DAE;
}
.AnyTagClassName
{
color: #FF7DAE;
}
</style>
background-color css
<style>
a { background-color: #FF7DAE; }
a { background-color: rgb(255,125,174); }
div.DivClassName
{
background-color: #FF7DAE;
}
.BgClassName
{
background-color: #FF7DAE;
}
</style>
border-color css
<style>
span { border-color: #FF7DAE; }
span { border-color: rgb(255,125,174); }
td.TdClassName
{
border-color: #FF7DAE;
}
.TagClassName
{
border-color: #FF7DAE;
}
</style>