Shades of Tickle Me Pink #FF7FA4
Tints of Tickle Me Pink #FF7FA4
RGB
CMYK
RGB Variations
Color information
#FF7FA4 (or 0xFF7FA4) is known color: Tickle Me Pink. HEX triplet: FF, 7F and A4. RGB value is (255,127,164). Sum of RGB (Red+Green+Blue) = 255+127+164=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 164 (64.45% from 255 or 30.04% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7FA4 is #00805B. Grayscale: #A9A9A9. Windows color (decimal): -32860 or 10780671. OLE color: 10780671.
HSL color Cylindrical-coordinate representation of color #FF7FA4: hue angle of 342.66º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF7FA4 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 164 | - |
| CMYK | 0 | 0.50 | 0.36 | 0 |
| HSL | 342.66º | 1% | 0.75% | - |
| HSV(B) | 342.66º | 0.5% | 1% | - |
| XYZ | 55.53 | 39.12 | 39.75 | - |
| YUV | 169.49 | 124.91 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 164 | 0 | 0.50 | 0.36 | 0 | 342.66 | 1 | 0.75 |
| Hex | FF | 7F | A4 | 0 | 32 | 24 | 0 | 157 | 64 | 4B |
| Octal | 377 | 177 | 244 | 0 | 62 | 44 | 0 | 527 | 144 | 113 |
| Binary | 11111111 | 1111111 | 10100100 | 0 | 110010 | 100100 | 0 | 101010111 | 1100100 | 1001011 |
Color Harmonies of #FF7FA4
Complementary color
Monochromatic Colors of #FF7FA4
Black with #FF7FA4
Text Example
Text Example
White with #FF7FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7FA4; }
p { color: rgb(255,127,164); }
H1.HeaderClassName
{
color: #FF7FA4;
}
.AnyTagClassName
{
color: #FF7FA4;
}
</style>
background-color css
<style>
a { background-color: #FF7FA4; }
a { background-color: rgb(255,127,164); }
div.DivClassName
{
background-color: #FF7FA4;
}
.BgClassName
{
background-color: #FF7FA4;
}
</style>
border-color css
<style>
span { border-color: #FF7FA4; }
span { border-color: rgb(255,127,164); }
td.TdClassName
{
border-color: #FF7FA4;
}
.TagClassName
{
border-color: #FF7FA4;
}
</style>