Shades of Tickle Me Pink #F07FAC
Tints of Tickle Me Pink #F07FAC
RGB
CMYK
RGB Variations
Color information
#F07FAC (or 0xF07FAC) is known color: Tickle Me Pink. HEX triplet: F0, 7F and AC. RGB value is (240,127,172). Sum of RGB (Red+Green+Blue) = 240+127+172=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07FAC is #0F8053. Grayscale: #A5A5A5. Windows color (decimal): -1015892 or 11304944. OLE color: 11304944.
HSL color Cylindrical-coordinate representation of color #F07FAC: hue angle of 336.11º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F07FAC is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 172 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.06 |
| HSL | 336.11º | 0.79% | 0.72% | - |
| HSV(B) | 336.11º | 0.47% | 0.94% | - |
| XYZ | 50.97 | 36.68 | 43.42 | - |
| YUV | 165.92 | 131.44 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 172 | 0 | 0.47 | 0.28 | 0.06 | 336.11 | 0.79 | 0.72 |
| Hex | F0 | 7F | AC | 0 | 2F | 1C | 6 | 150 | 4F | 48 |
| Octal | 360 | 177 | 254 | 0 | 57 | 34 | 6 | 520 | 117 | 110 |
| Binary | 11110000 | 1111111 | 10101100 | 0 | 101111 | 11100 | 110 | 101010000 | 1001111 | 1001000 |
Color Harmonies of #F07FAC
Complementary color
Monochromatic Colors of #F07FAC
Black with #F07FAC
Text Example
Text Example
White with #F07FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07FAC; }
p { color: rgb(240,127,172); }
H1.HeaderClassName
{
color: #F07FAC;
}
.AnyTagClassName
{
color: #F07FAC;
}
</style>
background-color css
<style>
a { background-color: #F07FAC; }
a { background-color: rgb(240,127,172); }
div.DivClassName
{
background-color: #F07FAC;
}
.BgClassName
{
background-color: #F07FAC;
}
</style>
border-color css
<style>
span { border-color: #F07FAC; }
span { border-color: rgb(240,127,172); }
td.TdClassName
{
border-color: #F07FAC;
}
.TagClassName
{
border-color: #F07FAC;
}
</style>