Shades of Tickle Me Pink #FF74A2
Tints of Tickle Me Pink #FF74A2
RGB
CMYK
RGB Variations
Color information
#FF74A2 (or 0xFF74A2) is known color: Tickle Me Pink. HEX triplet: FF, 74 and A2. RGB value is (255,116,162). Sum of RGB (Red+Green+Blue) = 255+116+162=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 162 (63.67% from 255 or 30.39% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF74A2 is #008B5D. Grayscale: #A2A2A2. Windows color (decimal): -35678 or 10646783. OLE color: 10646783.
HSL color Cylindrical-coordinate representation of color #FF74A2: hue angle of 340.14º 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 #FF74A2 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 162 | - |
| CMYK | 0 | 0.55 | 0.36 | 0 |
| HSL | 340.14º | 1% | 0.73% | - |
| HSV(B) | 340.14º | 0.55% | 1% | - |
| XYZ | 54.01 | 36.36 | 38.35 | - |
| YUV | 162.81 | 127.55 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 162 | 0 | 0.55 | 0.36 | 0 | 340.14 | 1 | 0.73 |
| Hex | FF | 74 | A2 | 0 | 37 | 24 | 0 | 154 | 64 | 49 |
| Octal | 377 | 164 | 242 | 0 | 67 | 44 | 0 | 524 | 144 | 111 |
| Binary | 11111111 | 1110100 | 10100010 | 0 | 110111 | 100100 | 0 | 101010100 | 1100100 | 1001001 |
Color Harmonies of #FF74A2
Complementary color
Monochromatic Colors of #FF74A2
Black with #FF74A2
Text Example
Text Example
White with #FF74A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF74A2; }
p { color: rgb(255,116,162); }
H1.HeaderClassName
{
color: #FF74A2;
}
.AnyTagClassName
{
color: #FF74A2;
}
</style>
background-color css
<style>
a { background-color: #FF74A2; }
a { background-color: rgb(255,116,162); }
div.DivClassName
{
background-color: #FF74A2;
}
.BgClassName
{
background-color: #FF74A2;
}
</style>
border-color css
<style>
span { border-color: #FF74A2; }
span { border-color: rgb(255,116,162); }
td.TdClassName
{
border-color: #FF74A2;
}
.TagClassName
{
border-color: #FF74A2;
}
</style>