Shades of Tickle Me Pink #F285AC
Tints of Tickle Me Pink #F285AC
RGB
CMYK
RGB Variations
Color information
#F285AC (or 0xF285AC) is known color: Tickle Me Pink. HEX triplet: F2, 85 and AC. RGB value is (242,133,172). Sum of RGB (Red+Green+Blue) = 242+133+172=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F285AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F285AC is #0D7A53. Grayscale: #A9A9A9. Windows color (decimal): -883284 or 11306482. OLE color: 11306482.
HSL color Cylindrical-coordinate representation of color #F285AC: hue angle of 338.53º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F285AC is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 172 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.05 |
| HSL | 338.53º | 0.81% | 0.74% | - |
| HSV(B) | 338.53º | 0.45% | 0.95% | - |
| XYZ | 52.45 | 38.63 | 43.72 | - |
| YUV | 170.04 | 129.11 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 172 | 0 | 0.45 | 0.29 | 0.05 | 338.53 | 0.81 | 0.74 |
| Hex | F2 | 85 | AC | 0 | 2D | 1D | 5 | 153 | 51 | 4A |
| Octal | 362 | 205 | 254 | 0 | 55 | 35 | 5 | 523 | 121 | 112 |
| Binary | 11110010 | 10000101 | 10101100 | 0 | 101101 | 11101 | 101 | 101010011 | 1010001 | 1001010 |
Color Harmonies of #F285AC
Complementary color
Monochromatic Colors of #F285AC
Black with #F285AC
Text Example
Text Example
White with #F285AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F285AC; }
p { color: rgb(242,133,172); }
H1.HeaderClassName
{
color: #F285AC;
}
.AnyTagClassName
{
color: #F285AC;
}
</style>
background-color css
<style>
a { background-color: #F285AC; }
a { background-color: rgb(242,133,172); }
div.DivClassName
{
background-color: #F285AC;
}
.BgClassName
{
background-color: #F285AC;
}
</style>
border-color css
<style>
span { border-color: #F285AC; }
span { border-color: rgb(242,133,172); }
td.TdClassName
{
border-color: #F285AC;
}
.TagClassName
{
border-color: #F285AC;
}
</style>