Shades of Tickle Me Pink #FF75A1
Tints of Tickle Me Pink #FF75A1
RGB
CMYK
RGB Variations
Color information
#FF75A1 (or 0xFF75A1) is known color: Tickle Me Pink. HEX triplet: FF, 75 and A1. RGB value is (255,117,161). Sum of RGB (Red+Green+Blue) = 255+117+161=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 161 (63.28% from 255 or 30.21% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF75A1 is #008A5E. Grayscale: #A3A3A3. Windows color (decimal): -35423 or 10581503. OLE color: 10581503.
HSL color Cylindrical-coordinate representation of color #FF75A1: hue angle of 340.87º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF75A1 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 161 | - |
| CMYK | 0 | 0.54 | 0.37 | 0 |
| HSL | 340.87º | 1% | 0.73% | - |
| HSV(B) | 340.87º | 0.54% | 1% | - |
| XYZ | 54.03 | 36.56 | 37.93 | - |
| YUV | 163.28 | 126.72 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 161 | 0 | 0.54 | 0.37 | 0 | 340.87 | 1 | 0.73 |
| Hex | FF | 75 | A1 | 0 | 36 | 25 | 0 | 155 | 64 | 49 |
| Octal | 377 | 165 | 241 | 0 | 66 | 45 | 0 | 525 | 144 | 111 |
| Binary | 11111111 | 1110101 | 10100001 | 0 | 110110 | 100101 | 0 | 101010101 | 1100100 | 1001001 |
Color Harmonies of #FF75A1
Complementary color
Monochromatic Colors of #FF75A1
Black with #FF75A1
Text Example
Text Example
White with #FF75A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF75A1; }
p { color: rgb(255,117,161); }
H1.HeaderClassName
{
color: #FF75A1;
}
.AnyTagClassName
{
color: #FF75A1;
}
</style>
background-color css
<style>
a { background-color: #FF75A1; }
a { background-color: rgb(255,117,161); }
div.DivClassName
{
background-color: #FF75A1;
}
.BgClassName
{
background-color: #FF75A1;
}
</style>
border-color css
<style>
span { border-color: #FF75A1; }
span { border-color: rgb(255,117,161); }
td.TdClassName
{
border-color: #FF75A1;
}
.TagClassName
{
border-color: #FF75A1;
}
</style>