Shades of Tickle Me Pink #F478A1
Tints of Tickle Me Pink #F478A1
RGB
CMYK
RGB Variations
Color information
#F478A1 (or 0xF478A1) is known color: Tickle Me Pink. HEX triplet: F4, 78 and A1. RGB value is (244,120,161). Sum of RGB (Red+Green+Blue) = 244+120+161=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 120 (47.27% from 255 or 22.86% from 525); Blue value is 161 (63.28% from 255 or 30.67% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F478A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F478A1 is #0B875E. Grayscale: #A1A1A1. Windows color (decimal): -755551 or 10582260. OLE color: 10582260.
HSL color Cylindrical-coordinate representation of color #F478A1: hue angle of 340.16º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F478A1 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 120 | 161 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.04 |
| HSL | 340.16º | 0.85% | 0.71% | - |
| HSV(B) | 340.16º | 0.51% | 0.96% | - |
| XYZ | 50.46 | 35.24 | 37.86 | - |
| YUV | 161.75 | 127.58 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 120 | 161 | 0 | 0.51 | 0.34 | 0.04 | 340.16 | 0.85 | 0.71 |
| Hex | F4 | 78 | A1 | 0 | 33 | 22 | 4 | 154 | 55 | 47 |
| Octal | 364 | 170 | 241 | 0 | 63 | 42 | 4 | 524 | 125 | 107 |
| Binary | 11110100 | 1111000 | 10100001 | 0 | 110011 | 100010 | 100 | 101010100 | 1010101 | 1000111 |
Color Harmonies of #F478A1
Complementary color
Monochromatic Colors of #F478A1
Black with #F478A1
Text Example
Text Example
White with #F478A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F478A1; }
p { color: rgb(244,120,161); }
H1.HeaderClassName
{
color: #F478A1;
}
.AnyTagClassName
{
color: #F478A1;
}
</style>
background-color css
<style>
a { background-color: #F478A1; }
a { background-color: rgb(244,120,161); }
div.DivClassName
{
background-color: #F478A1;
}
.BgClassName
{
background-color: #F478A1;
}
</style>
border-color css
<style>
span { border-color: #F478A1; }
span { border-color: rgb(244,120,161); }
td.TdClassName
{
border-color: #F478A1;
}
.TagClassName
{
border-color: #F478A1;
}
</style>