Shades of Tickle Me Pink #FF6DA2
Tints of Tickle Me Pink #FF6DA2
RGB
CMYK
RGB Variations
Color information
#FF6DA2 (or 0xFF6DA2) is known color: Tickle Me Pink. HEX triplet: FF, 6D and A2. RGB value is (255,109,162). Sum of RGB (Red+Green+Blue) = 255+109+162=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 162 (63.67% from 255 or 30.80% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6DA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6DA2 is #00925D. Grayscale: #9E9E9E. Windows color (decimal): -37470 or 10644991. OLE color: 10644991.
HSL color Cylindrical-coordinate representation of color #FF6DA2: hue angle of 338.22º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6DA2 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 162 | - |
| CMYK | 0 | 0.57 | 0.36 | 0 |
| HSL | 338.22º | 1% | 0.71% | - |
| HSV(B) | 338.22º | 0.57% | 1% | - |
| XYZ | 53.23 | 34.81 | 38.1 | - |
| YUV | 158.7 | 129.87 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 162 | 0 | 0.57 | 0.36 | 0 | 338.22 | 1 | 0.71 |
| Hex | FF | 6D | A2 | 0 | 39 | 24 | 0 | 152 | 64 | 47 |
| Octal | 377 | 155 | 242 | 0 | 71 | 44 | 0 | 522 | 144 | 107 |
| Binary | 11111111 | 1101101 | 10100010 | 0 | 111001 | 100100 | 0 | 101010010 | 1100100 | 1000111 |
Color Harmonies of #FF6DA2
Complementary color
Monochromatic Colors of #FF6DA2
Black with #FF6DA2
Text Example
Text Example
White with #FF6DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6DA2; }
p { color: rgb(255,109,162); }
H1.HeaderClassName
{
color: #FF6DA2;
}
.AnyTagClassName
{
color: #FF6DA2;
}
</style>
background-color css
<style>
a { background-color: #FF6DA2; }
a { background-color: rgb(255,109,162); }
div.DivClassName
{
background-color: #FF6DA2;
}
.BgClassName
{
background-color: #FF6DA2;
}
</style>
border-color css
<style>
span { border-color: #FF6DA2; }
span { border-color: rgb(255,109,162); }
td.TdClassName
{
border-color: #FF6DA2;
}
.TagClassName
{
border-color: #FF6DA2;
}
</style>