Shades of Tickle Me Pink #F273A2
Tints of Tickle Me Pink #F273A2
RGB
CMYK
RGB Variations
Color information
#F273A2 (or 0xF273A2) is known color: Tickle Me Pink. HEX triplet: F2, 73 and A2. RGB value is (242,115,162). Sum of RGB (Red+Green+Blue) = 242+115+162=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F273A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F273A2 is #0D8C5D. Grayscale: #9E9E9E. Windows color (decimal): -887902 or 10646514. OLE color: 10646514.
HSL color Cylindrical-coordinate representation of color #F273A2: hue angle of 337.8º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F273A2 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 162 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.05 |
| HSL | 337.8º | 0.83% | 0.7% | - |
| HSV(B) | 337.8º | 0.52% | 0.95% | - |
| XYZ | 49.27 | 33.75 | 38.1 | - |
| YUV | 158.33 | 130.08 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 162 | 0 | 0.52 | 0.33 | 0.05 | 337.8 | 0.83 | 0.7 |
| Hex | F2 | 73 | A2 | 0 | 34 | 21 | 5 | 152 | 53 | 46 |
| Octal | 362 | 163 | 242 | 0 | 64 | 41 | 5 | 522 | 123 | 106 |
| Binary | 11110010 | 1110011 | 10100010 | 0 | 110100 | 100001 | 101 | 101010010 | 1010011 | 1000110 |
Color Harmonies of #F273A2
Complementary color
Monochromatic Colors of #F273A2
Black with #F273A2
Text Example
Text Example
White with #F273A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F273A2; }
p { color: rgb(242,115,162); }
H1.HeaderClassName
{
color: #F273A2;
}
.AnyTagClassName
{
color: #F273A2;
}
</style>
background-color css
<style>
a { background-color: #F273A2; }
a { background-color: rgb(242,115,162); }
div.DivClassName
{
background-color: #F273A2;
}
.BgClassName
{
background-color: #F273A2;
}
</style>
border-color css
<style>
span { border-color: #F273A2; }
span { border-color: rgb(242,115,162); }
td.TdClassName
{
border-color: #F273A2;
}
.TagClassName
{
border-color: #F273A2;
}
</style>