Shades of Tickle Me Pink #FF6CA1
Tints of Tickle Me Pink #FF6CA1
RGB
CMYK
RGB Variations
Color information
#FF6CA1 (or 0xFF6CA1) is known color: Tickle Me Pink. HEX triplet: FF, 6C and A1. RGB value is (255,108,161). Sum of RGB (Red+Green+Blue) = 255+108+161=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 161 (63.28% from 255 or 30.73% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6CA1 is #00935E. Grayscale: #9D9D9D. Windows color (decimal): -37727 or 10579199. OLE color: 10579199.
HSL color Cylindrical-coordinate representation of color #FF6CA1: hue angle of 338.37º 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 #FF6CA1 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 161 | - |
| CMYK | 0 | 0.58 | 0.37 | 0 |
| HSL | 338.37º | 1% | 0.71% | - |
| HSV(B) | 338.37º | 0.58% | 1% | - |
| XYZ | 53.04 | 34.56 | 37.59 | - |
| YUV | 158 | 129.7 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 161 | 0 | 0.58 | 0.37 | 0 | 338.37 | 1 | 0.71 |
| Hex | FF | 6C | A1 | 0 | 3A | 25 | 0 | 152 | 64 | 47 |
| Octal | 377 | 154 | 241 | 0 | 72 | 45 | 0 | 522 | 144 | 107 |
| Binary | 11111111 | 1101100 | 10100001 | 0 | 111010 | 100101 | 0 | 101010010 | 1100100 | 1000111 |
Color Harmonies of #FF6CA1
Complementary color
Monochromatic Colors of #FF6CA1
Black with #FF6CA1
Text Example
Text Example
White with #FF6CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6CA1; }
p { color: rgb(255,108,161); }
H1.HeaderClassName
{
color: #FF6CA1;
}
.AnyTagClassName
{
color: #FF6CA1;
}
</style>
background-color css
<style>
a { background-color: #FF6CA1; }
a { background-color: rgb(255,108,161); }
div.DivClassName
{
background-color: #FF6CA1;
}
.BgClassName
{
background-color: #FF6CA1;
}
</style>
border-color css
<style>
span { border-color: #FF6CA1; }
span { border-color: rgb(255,108,161); }
td.TdClassName
{
border-color: #FF6CA1;
}
.TagClassName
{
border-color: #FF6CA1;
}
</style>