Shades of Tickle Me Pink #F484A5
Tints of Tickle Me Pink #F484A5
RGB
CMYK
RGB Variations
Color information
#F484A5 (or 0xF484A5) is known color: Tickle Me Pink. HEX triplet: F4, 84 and A5. RGB value is (244,132,165). Sum of RGB (Red+Green+Blue) = 244+132+165=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 244 - color contains mainly: red. Hex color #F484A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F484A5 is #0B7B5A. Grayscale: #A9A9A9. Windows color (decimal): -752475 or 10847476. OLE color: 10847476.
HSL color Cylindrical-coordinate representation of color #F484A5: hue angle of 342.32º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F484A5 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 132 | 165 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.04 |
| HSL | 342.32º | 0.84% | 0.74% | - |
| HSV(B) | 342.32º | 0.46% | 0.96% | - |
| XYZ | 52.35 | 38.45 | 40.26 | - |
| YUV | 169.25 | 125.61 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 132 | 165 | 0 | 0.46 | 0.32 | 0.04 | 342.32 | 0.84 | 0.74 |
| Hex | F4 | 84 | A5 | 0 | 2E | 20 | 4 | 156 | 54 | 4A |
| Octal | 364 | 204 | 245 | 0 | 56 | 40 | 4 | 526 | 124 | 112 |
| Binary | 11110100 | 10000100 | 10100101 | 0 | 101110 | 100000 | 100 | 101010110 | 1010100 | 1001010 |
Color Harmonies of #F484A5
Complementary color
Monochromatic Colors of #F484A5
Black with #F484A5
Text Example
Text Example
White with #F484A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F484A5; }
p { color: rgb(244,132,165); }
H1.HeaderClassName
{
color: #F484A5;
}
.AnyTagClassName
{
color: #F484A5;
}
</style>
background-color css
<style>
a { background-color: #F484A5; }
a { background-color: rgb(244,132,165); }
div.DivClassName
{
background-color: #F484A5;
}
.BgClassName
{
background-color: #F484A5;
}
</style>
border-color css
<style>
span { border-color: #F484A5; }
span { border-color: rgb(244,132,165); }
td.TdClassName
{
border-color: #F484A5;
}
.TagClassName
{
border-color: #F484A5;
}
</style>