Shades of Tickle Me Pink #F272A8
Tints of Tickle Me Pink #F272A8
RGB
CMYK
RGB Variations
Color information
#F272A8 (or 0xF272A8) is known color: Tickle Me Pink. HEX triplet: F2, 72 and A8. RGB value is (242,114,168). Sum of RGB (Red+Green+Blue) = 242+114+168=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F272A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F272A8 is #0D8D57. Grayscale: #9E9E9E. Windows color (decimal): -888152 or 11039474. OLE color: 11039474.
HSL color Cylindrical-coordinate representation of color #F272A8: hue angle of 334.69º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F272A8 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 114 | 168 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.05 |
| HSL | 334.69º | 0.83% | 0.7% | - |
| HSV(B) | 334.69º | 0.53% | 0.95% | - |
| XYZ | 49.7 | 33.74 | 40.94 | - |
| YUV | 158.43 | 133.41 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 114 | 168 | 0 | 0.53 | 0.31 | 0.05 | 334.69 | 0.83 | 0.7 |
| Hex | F2 | 72 | A8 | 0 | 35 | 1F | 5 | 14F | 53 | 46 |
| Octal | 362 | 162 | 250 | 0 | 65 | 37 | 5 | 517 | 123 | 106 |
| Binary | 11110010 | 1110010 | 10101000 | 0 | 110101 | 11111 | 101 | 101001111 | 1010011 | 1000110 |
Color Harmonies of #F272A8
Complementary color
Monochromatic Colors of #F272A8
Black with #F272A8
Text Example
Text Example
White with #F272A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F272A8; }
p { color: rgb(242,114,168); }
H1.HeaderClassName
{
color: #F272A8;
}
.AnyTagClassName
{
color: #F272A8;
}
</style>
background-color css
<style>
a { background-color: #F272A8; }
a { background-color: rgb(242,114,168); }
div.DivClassName
{
background-color: #F272A8;
}
.BgClassName
{
background-color: #F272A8;
}
</style>
border-color css
<style>
span { border-color: #F272A8; }
span { border-color: rgb(242,114,168); }
td.TdClassName
{
border-color: #F272A8;
}
.TagClassName
{
border-color: #F272A8;
}
</style>