Shades of Tickle Me Pink #FF6CA2
Tints of Tickle Me Pink #FF6CA2
RGB
CMYK
RGB Variations
Color information
#FF6CA2 (or 0xFF6CA2) is known color: Tickle Me Pink. HEX triplet: FF, 6C and A2. RGB value is (255,108,162). Sum of RGB (Red+Green+Blue) = 255+108+162=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6CA2 is #00935D. Grayscale: #9E9E9E. Windows color (decimal): -37726 or 10644735. OLE color: 10644735.
HSL color Cylindrical-coordinate representation of color #FF6CA2: hue angle of 337.96º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6CA2 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 162 | - |
| CMYK | 0 | 0.58 | 0.36 | 0 |
| HSL | 337.96º | 1% | 0.71% | - |
| HSV(B) | 337.96º | 0.58% | 1% | - |
| XYZ | 53.12 | 34.59 | 38.06 | - |
| YUV | 158.11 | 130.2 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 162 | 0 | 0.58 | 0.36 | 0 | 337.96 | 1 | 0.71 |
| Hex | FF | 6C | A2 | 0 | 3A | 24 | 0 | 152 | 64 | 47 |
| Octal | 377 | 154 | 242 | 0 | 72 | 44 | 0 | 522 | 144 | 107 |
| Binary | 11111111 | 1101100 | 10100010 | 0 | 111010 | 100100 | 0 | 101010010 | 1100100 | 1000111 |
Color Harmonies of #FF6CA2
Complementary color
Monochromatic Colors of #FF6CA2
Black with #FF6CA2
Text Example
Text Example
White with #FF6CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6CA2; }
p { color: rgb(255,108,162); }
H1.HeaderClassName
{
color: #FF6CA2;
}
.AnyTagClassName
{
color: #FF6CA2;
}
</style>
background-color css
<style>
a { background-color: #FF6CA2; }
a { background-color: rgb(255,108,162); }
div.DivClassName
{
background-color: #FF6CA2;
}
.BgClassName
{
background-color: #FF6CA2;
}
</style>
border-color css
<style>
span { border-color: #FF6CA2; }
span { border-color: rgb(255,108,162); }
td.TdClassName
{
border-color: #FF6CA2;
}
.TagClassName
{
border-color: #FF6CA2;
}
</style>