Shades of Tickle Me Pink #FF75A8
Tints of Tickle Me Pink #FF75A8
RGB
CMYK
RGB Variations
Color information
#FF75A8 (or 0xFF75A8) is known color: Tickle Me Pink. HEX triplet: FF, 75 and A8. RGB value is (255,117,168). Sum of RGB (Red+Green+Blue) = 255+117+168=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 168 (66.02% from 255 or 31.11% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF75A8 is #008A57. Grayscale: #A4A4A4. Windows color (decimal): -35416 or 11040255. OLE color: 11040255.
HSL color Cylindrical-coordinate representation of color #FF75A8: hue angle of 337.83º 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 #FF75A8 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 168 | - |
| CMYK | 0 | 0.54 | 0.34 | 0 |
| HSL | 337.83º | 1% | 0.73% | - |
| HSV(B) | 337.83º | 0.54% | 1% | - |
| XYZ | 54.67 | 36.81 | 41.27 | - |
| YUV | 164.08 | 130.22 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 168 | 0 | 0.54 | 0.34 | 0 | 337.83 | 1 | 0.73 |
| Hex | FF | 75 | A8 | 0 | 36 | 22 | 0 | 152 | 64 | 49 |
| Octal | 377 | 165 | 250 | 0 | 66 | 42 | 0 | 522 | 144 | 111 |
| Binary | 11111111 | 1110101 | 10101000 | 0 | 110110 | 100010 | 0 | 101010010 | 1100100 | 1001001 |
Color Harmonies of #FF75A8
Complementary color
Monochromatic Colors of #FF75A8
Black with #FF75A8
Text Example
Text Example
White with #FF75A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF75A8; }
p { color: rgb(255,117,168); }
H1.HeaderClassName
{
color: #FF75A8;
}
.AnyTagClassName
{
color: #FF75A8;
}
</style>
background-color css
<style>
a { background-color: #FF75A8; }
a { background-color: rgb(255,117,168); }
div.DivClassName
{
background-color: #FF75A8;
}
.BgClassName
{
background-color: #FF75A8;
}
</style>
border-color css
<style>
span { border-color: #FF75A8; }
span { border-color: rgb(255,117,168); }
td.TdClassName
{
border-color: #FF75A8;
}
.TagClassName
{
border-color: #FF75A8;
}
</style>