Shades of Tickle Me Pink #FF7298
Tints of Tickle Me Pink #FF7298
RGB
CMYK
RGB Variations
Color information
#FF7298 (or 0xFF7298) is known color: Tickle Me Pink. HEX triplet: FF, 72 and 98. RGB value is (255,114,152). Sum of RGB (Red+Green+Blue) = 255+114+152=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7298 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7298 is #008D67. Grayscale: #A0A0A0. Windows color (decimal): -36200 or 9990911. OLE color: 9990911.
HSL color Cylindrical-coordinate representation of color #FF7298: hue angle of 343.83º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF7298 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 152 | - |
| CMYK | 0 | 0.55 | 0.40 | 0 |
| HSL | 343.83º | 1% | 0.72% | - |
| HSV(B) | 343.83º | 0.55% | 1% | - |
| XYZ | 52.92 | 35.56 | 33.78 | - |
| YUV | 160.49 | 123.21 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 152 | 0 | 0.55 | 0.40 | 0 | 343.83 | 1 | 0.72 |
| Hex | FF | 72 | 98 | 0 | 37 | 28 | 0 | 158 | 64 | 48 |
| Octal | 377 | 162 | 230 | 0 | 67 | 50 | 0 | 530 | 144 | 110 |
| Binary | 11111111 | 1110010 | 10011000 | 0 | 110111 | 101000 | 0 | 101011000 | 1100100 | 1001000 |
Color Harmonies of #FF7298
Complementary color
Monochromatic Colors of #FF7298
Black with #FF7298
Text Example
Text Example
White with #FF7298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7298; }
p { color: rgb(255,114,152); }
H1.HeaderClassName
{
color: #FF7298;
}
.AnyTagClassName
{
color: #FF7298;
}
</style>
background-color css
<style>
a { background-color: #FF7298; }
a { background-color: rgb(255,114,152); }
div.DivClassName
{
background-color: #FF7298;
}
.BgClassName
{
background-color: #FF7298;
}
</style>
border-color css
<style>
span { border-color: #FF7298; }
span { border-color: rgb(255,114,152); }
td.TdClassName
{
border-color: #FF7298;
}
.TagClassName
{
border-color: #FF7298;
}
</style>