Shades of Tickle Me Pink #F27D9E
Tints of Tickle Me Pink #F27D9E
RGB
CMYK
RGB Variations
Color information
#F27D9E (or 0xF27D9E) is known color: Tickle Me Pink. HEX triplet: F2, 7D and 9E. RGB value is (242,125,158). Sum of RGB (Red+Green+Blue) = 242+125+158=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27D9E is #0D8261. Grayscale: #A3A3A3. Windows color (decimal): -885346 or 10386930. OLE color: 10386930.
HSL color Cylindrical-coordinate representation of color #F27D9E: hue angle of 343.08º 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 #F27D9E is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 125 | 158 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.05 |
| HSL | 343.08º | 0.82% | 0.72% | - |
| HSV(B) | 343.08º | 0.48% | 0.95% | - |
| XYZ | 50.12 | 36.01 | 36.66 | - |
| YUV | 163.75 | 124.76 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 125 | 158 | 0 | 0.48 | 0.35 | 0.05 | 343.08 | 0.82 | 0.72 |
| Hex | F2 | 7D | 9E | 0 | 30 | 23 | 5 | 157 | 52 | 48 |
| Octal | 362 | 175 | 236 | 0 | 60 | 43 | 5 | 527 | 122 | 110 |
| Binary | 11110010 | 1111101 | 10011110 | 0 | 110000 | 100011 | 101 | 101010111 | 1010010 | 1001000 |
Color Harmonies of #F27D9E
Complementary color
Monochromatic Colors of #F27D9E
Black with #F27D9E
Text Example
Text Example
White with #F27D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27D9E; }
p { color: rgb(242,125,158); }
H1.HeaderClassName
{
color: #F27D9E;
}
.AnyTagClassName
{
color: #F27D9E;
}
</style>
background-color css
<style>
a { background-color: #F27D9E; }
a { background-color: rgb(242,125,158); }
div.DivClassName
{
background-color: #F27D9E;
}
.BgClassName
{
background-color: #F27D9E;
}
</style>
border-color css
<style>
span { border-color: #F27D9E; }
span { border-color: rgb(242,125,158); }
td.TdClassName
{
border-color: #F27D9E;
}
.TagClassName
{
border-color: #F27D9E;
}
</style>