Shades of Tickle Me Pink #FF7291
Tints of Tickle Me Pink #FF7291
RGB
CMYK
RGB Variations
Color information
#FF7291 (or 0xFF7291) is known color: Tickle Me Pink. HEX triplet: FF, 72 and 91. RGB value is (255,114,145). Sum of RGB (Red+Green+Blue) = 255+114+145=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 145 (57.03% from 255 or 28.21% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7291 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7291 is #008D6E. Grayscale: #9F9F9F. Windows color (decimal): -36207 or 9532159. OLE color: 9532159.
HSL color Cylindrical-coordinate representation of color #FF7291: hue angle of 346.81º 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 #FF7291 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 145 | - |
| CMYK | 0 | 0.55 | 0.43 | 0 |
| HSL | 346.81º | 1% | 0.72% | - |
| HSV(B) | 346.81º | 0.55% | 1% | - |
| XYZ | 52.37 | 35.34 | 30.85 | - |
| YUV | 159.69 | 119.71 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 145 | 0 | 0.55 | 0.43 | 0 | 346.81 | 1 | 0.72 |
| Hex | FF | 72 | 91 | 0 | 37 | 2B | 0 | 15B | 64 | 48 |
| Octal | 377 | 162 | 221 | 0 | 67 | 53 | 0 | 533 | 144 | 110 |
| Binary | 11111111 | 1110010 | 10010001 | 0 | 110111 | 101011 | 0 | 101011011 | 1100100 | 1001000 |
Color Harmonies of #FF7291
Complementary color
Monochromatic Colors of #FF7291
Black with #FF7291
Text Example
Text Example
White with #FF7291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7291; }
p { color: rgb(255,114,145); }
H1.HeaderClassName
{
color: #FF7291;
}
.AnyTagClassName
{
color: #FF7291;
}
</style>
background-color css
<style>
a { background-color: #FF7291; }
a { background-color: rgb(255,114,145); }
div.DivClassName
{
background-color: #FF7291;
}
.BgClassName
{
background-color: #FF7291;
}
</style>
border-color css
<style>
span { border-color: #FF7291; }
span { border-color: rgb(255,114,145); }
td.TdClassName
{
border-color: #FF7291;
}
.TagClassName
{
border-color: #FF7291;
}
</style>