Shades of Tickle Me Pink #FF74A0
Tints of Tickle Me Pink #FF74A0
RGB
CMYK
RGB Variations
Color information
#FF74A0 (or 0xFF74A0) is known color: Tickle Me Pink. HEX triplet: FF, 74 and A0. RGB value is (255,116,160). Sum of RGB (Red+Green+Blue) = 255+116+160=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF74A0 is #008B5F. Grayscale: #A2A2A2. Windows color (decimal): -35680 or 10515711. OLE color: 10515711.
HSL color Cylindrical-coordinate representation of color #FF74A0: hue angle of 341.01º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF74A0 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 160 | - |
| CMYK | 0 | 0.55 | 0.37 | 0 |
| HSL | 341.01º | 1% | 0.73% | - |
| HSV(B) | 341.01º | 0.55% | 1% | - |
| XYZ | 53.83 | 36.29 | 37.42 | - |
| YUV | 162.58 | 126.55 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 160 | 0 | 0.55 | 0.37 | 0 | 341.01 | 1 | 0.73 |
| Hex | FF | 74 | A0 | 0 | 37 | 25 | 0 | 155 | 64 | 49 |
| Octal | 377 | 164 | 240 | 0 | 67 | 45 | 0 | 525 | 144 | 111 |
| Binary | 11111111 | 1110100 | 10100000 | 0 | 110111 | 100101 | 0 | 101010101 | 1100100 | 1001001 |
Color Harmonies of #FF74A0
Complementary color
Monochromatic Colors of #FF74A0
Black with #FF74A0
Text Example
Text Example
White with #FF74A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF74A0; }
p { color: rgb(255,116,160); }
H1.HeaderClassName
{
color: #FF74A0;
}
.AnyTagClassName
{
color: #FF74A0;
}
</style>
background-color css
<style>
a { background-color: #FF74A0; }
a { background-color: rgb(255,116,160); }
div.DivClassName
{
background-color: #FF74A0;
}
.BgClassName
{
background-color: #FF74A0;
}
</style>
border-color css
<style>
span { border-color: #FF74A0; }
span { border-color: rgb(255,116,160); }
td.TdClassName
{
border-color: #FF74A0;
}
.TagClassName
{
border-color: #FF74A0;
}
</style>