Shades of Tickle Me Pink #F27EAD
Tints of Tickle Me Pink #F27EAD
RGB
CMYK
RGB Variations
Color information
#F27EAD (or 0xF27EAD) is known color: Tickle Me Pink. HEX triplet: F2, 7E and AD. RGB value is (242,126,173). Sum of RGB (Red+Green+Blue) = 242+126+173=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 126 (49.61% from 255 or 23.29% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F27EAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27EAD is #0D8152. Grayscale: #A5A5A5. Windows color (decimal): -885075 or 11370226. OLE color: 11370226.
HSL color Cylindrical-coordinate representation of color #F27EAD: hue angle of 335.69º 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 #F27EAD is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 126 | 173 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.05 |
| HSL | 335.69º | 0.82% | 0.72% | - |
| HSV(B) | 335.69º | 0.48% | 0.95% | - |
| XYZ | 51.62 | 36.82 | 43.92 | - |
| YUV | 166.04 | 131.93 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 173 | 0 | 0.48 | 0.29 | 0.05 | 335.69 | 0.82 | 0.72 |
| Hex | F2 | 7E | AD | 0 | 30 | 1D | 5 | 150 | 52 | 48 |
| Octal | 362 | 176 | 255 | 0 | 60 | 35 | 5 | 520 | 122 | 110 |
| Binary | 11110010 | 1111110 | 10101101 | 0 | 110000 | 11101 | 101 | 101010000 | 1010010 | 1001000 |
Color Harmonies of #F27EAD
Complementary color
Monochromatic Colors of #F27EAD
Black with #F27EAD
Text Example
Text Example
White with #F27EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27EAD; }
p { color: rgb(242,126,173); }
H1.HeaderClassName
{
color: #F27EAD;
}
.AnyTagClassName
{
color: #F27EAD;
}
</style>
background-color css
<style>
a { background-color: #F27EAD; }
a { background-color: rgb(242,126,173); }
div.DivClassName
{
background-color: #F27EAD;
}
.BgClassName
{
background-color: #F27EAD;
}
</style>
border-color css
<style>
span { border-color: #F27EAD; }
span { border-color: rgb(242,126,173); }
td.TdClassName
{
border-color: #F27EAD;
}
.TagClassName
{
border-color: #F27EAD;
}
</style>