Shades of Tickle Me Pink #F27DA1
Tints of Tickle Me Pink #F27DA1
RGB
CMYK
RGB Variations
Color information
#F27DA1 (or 0xF27DA1) is known color: Tickle Me Pink. HEX triplet: F2, 7D and A1. RGB value is (242,125,161). Sum of RGB (Red+Green+Blue) = 242+125+161=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F27DA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27DA1 is #0D825E. Grayscale: #A4A4A4. Windows color (decimal): -885343 or 10583538. OLE color: 10583538.
HSL color Cylindrical-coordinate representation of color #F27DA1: hue angle of 341.54º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27DA1 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 125 | 161 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.05 |
| HSL | 341.54º | 0.82% | 0.72% | - |
| HSV(B) | 341.54º | 0.48% | 0.95% | - |
| XYZ | 50.38 | 36.12 | 38.03 | - |
| YUV | 164.09 | 126.26 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 125 | 161 | 0 | 0.48 | 0.33 | 0.05 | 341.54 | 0.82 | 0.72 |
| Hex | F2 | 7D | A1 | 0 | 30 | 21 | 5 | 156 | 52 | 48 |
| Octal | 362 | 175 | 241 | 0 | 60 | 41 | 5 | 526 | 122 | 110 |
| Binary | 11110010 | 1111101 | 10100001 | 0 | 110000 | 100001 | 101 | 101010110 | 1010010 | 1001000 |
Color Harmonies of #F27DA1
Complementary color
Monochromatic Colors of #F27DA1
Black with #F27DA1
Text Example
Text Example
White with #F27DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27DA1; }
p { color: rgb(242,125,161); }
H1.HeaderClassName
{
color: #F27DA1;
}
.AnyTagClassName
{
color: #F27DA1;
}
</style>
background-color css
<style>
a { background-color: #F27DA1; }
a { background-color: rgb(242,125,161); }
div.DivClassName
{
background-color: #F27DA1;
}
.BgClassName
{
background-color: #F27DA1;
}
</style>
border-color css
<style>
span { border-color: #F27DA1; }
span { border-color: rgb(242,125,161); }
td.TdClassName
{
border-color: #F27DA1;
}
.TagClassName
{
border-color: #F27DA1;
}
</style>