Shades of Tickle Me Pink #FF6FA5
Tints of Tickle Me Pink #FF6FA5
RGB
CMYK
RGB Variations
Color information
#FF6FA5 (or 0xFF6FA5) is known color: Tickle Me Pink. HEX triplet: FF, 6F and A5. RGB value is (255,111,165). Sum of RGB (Red+Green+Blue) = 255+111+165=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6FA5 is #00905A. Grayscale: #A0A0A0. Windows color (decimal): -36955 or 10842111. OLE color: 10842111.
HSL color Cylindrical-coordinate representation of color #FF6FA5: hue angle of 337.5º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF6FA5 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 165 | - |
| CMYK | 0 | 0.56 | 0.35 | 0 |
| HSL | 337.5º | 1% | 0.72% | - |
| HSV(B) | 337.5º | 0.56% | 1% | - |
| XYZ | 53.72 | 35.35 | 39.59 | - |
| YUV | 160.21 | 130.71 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 165 | 0 | 0.56 | 0.35 | 0 | 337.5 | 1 | 0.72 |
| Hex | FF | 6F | A5 | 0 | 38 | 23 | 0 | 152 | 64 | 48 |
| Octal | 377 | 157 | 245 | 0 | 70 | 43 | 0 | 522 | 144 | 110 |
| Binary | 11111111 | 1101111 | 10100101 | 0 | 111000 | 100011 | 0 | 101010010 | 1100100 | 1001000 |
Color Harmonies of #FF6FA5
Complementary color
Monochromatic Colors of #FF6FA5
Black with #FF6FA5
Text Example
Text Example
White with #FF6FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6FA5; }
p { color: rgb(255,111,165); }
H1.HeaderClassName
{
color: #FF6FA5;
}
.AnyTagClassName
{
color: #FF6FA5;
}
</style>
background-color css
<style>
a { background-color: #FF6FA5; }
a { background-color: rgb(255,111,165); }
div.DivClassName
{
background-color: #FF6FA5;
}
.BgClassName
{
background-color: #FF6FA5;
}
</style>
border-color css
<style>
span { border-color: #FF6FA5; }
span { border-color: rgb(255,111,165); }
td.TdClassName
{
border-color: #FF6FA5;
}
.TagClassName
{
border-color: #FF6FA5;
}
</style>