Shades of Tickle Me Pink #FF7AAF
Tints of Tickle Me Pink #FF7AAF
RGB
CMYK
RGB Variations
Color information
#FF7AAF (or 0xFF7AAF) is known color: Tickle Me Pink. HEX triplet: FF, 7A and AF. RGB value is (255,122,175). Sum of RGB (Red+Green+Blue) = 255+122+175=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7AAF is #008550. Grayscale: #A7A7A7. Windows color (decimal): -34129 or 11500287. OLE color: 11500287.
HSL color Cylindrical-coordinate representation of color #FF7AAF: hue angle of 336.09º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7AAF is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 175 | - |
| CMYK | 0 | 0.52 | 0.31 | 0 |
| HSL | 336.09º | 1% | 0.74% | - |
| HSV(B) | 336.09º | 0.52% | 1% | - |
| XYZ | 55.94 | 38.27 | 45 | - |
| YUV | 167.81 | 132.06 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 175 | 0 | 0.52 | 0.31 | 0 | 336.09 | 1 | 0.74 |
| Hex | FF | 7A | AF | 0 | 34 | 1F | 0 | 150 | 64 | 4A |
| Octal | 377 | 172 | 257 | 0 | 64 | 37 | 0 | 520 | 144 | 112 |
| Binary | 11111111 | 1111010 | 10101111 | 0 | 110100 | 11111 | 0 | 101010000 | 1100100 | 1001010 |
Color Harmonies of #FF7AAF
Complementary color
Monochromatic Colors of #FF7AAF
Black with #FF7AAF
Text Example
Text Example
White with #FF7AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7AAF; }
p { color: rgb(255,122,175); }
H1.HeaderClassName
{
color: #FF7AAF;
}
.AnyTagClassName
{
color: #FF7AAF;
}
</style>
background-color css
<style>
a { background-color: #FF7AAF; }
a { background-color: rgb(255,122,175); }
div.DivClassName
{
background-color: #FF7AAF;
}
.BgClassName
{
background-color: #FF7AAF;
}
</style>
border-color css
<style>
span { border-color: #FF7AAF; }
span { border-color: rgb(255,122,175); }
td.TdClassName
{
border-color: #FF7AAF;
}
.TagClassName
{
border-color: #FF7AAF;
}
</style>