Shades of Tickle Me Pink #F175A2
Tints of Tickle Me Pink #F175A2
RGB
CMYK
RGB Variations
Color information
#F175A2 (or 0xF175A2) is known color: Tickle Me Pink. HEX triplet: F1, 75 and A2. RGB value is (241,117,162). Sum of RGB (Red+Green+Blue) = 241+117+162=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 162 (63.67% from 255 or 31.15% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F175A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F175A2 is #0E8A5D. Grayscale: #9F9F9F. Windows color (decimal): -952926 or 10647025. OLE color: 10647025.
HSL color Cylindrical-coordinate representation of color #F175A2: hue angle of 338.23º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F175A2 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 117 | 162 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.05 |
| HSL | 338.23º | 0.82% | 0.7% | - |
| HSV(B) | 338.23º | 0.51% | 0.95% | - |
| XYZ | 49.16 | 34.03 | 38.16 | - |
| YUV | 159.21 | 129.58 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 117 | 162 | 0 | 0.51 | 0.33 | 0.05 | 338.23 | 0.82 | 0.7 |
| Hex | F1 | 75 | A2 | 0 | 33 | 21 | 5 | 152 | 52 | 46 |
| Octal | 361 | 165 | 242 | 0 | 63 | 41 | 5 | 522 | 122 | 106 |
| Binary | 11110001 | 1110101 | 10100010 | 0 | 110011 | 100001 | 101 | 101010010 | 1010010 | 1000110 |
Color Harmonies of #F175A2
Complementary color
Monochromatic Colors of #F175A2
Black with #F175A2
Text Example
Text Example
White with #F175A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F175A2; }
p { color: rgb(241,117,162); }
H1.HeaderClassName
{
color: #F175A2;
}
.AnyTagClassName
{
color: #F175A2;
}
</style>
background-color css
<style>
a { background-color: #F175A2; }
a { background-color: rgb(241,117,162); }
div.DivClassName
{
background-color: #F175A2;
}
.BgClassName
{
background-color: #F175A2;
}
</style>
border-color css
<style>
span { border-color: #F175A2; }
span { border-color: rgb(241,117,162); }
td.TdClassName
{
border-color: #F175A2;
}
.TagClassName
{
border-color: #F175A2;
}
</style>