Shades of Tickle Me Pink #F2809D
Tints of Tickle Me Pink #F2809D
RGB
CMYK
RGB Variations
Color information
#F2809D (or 0xF2809D) is known color: Tickle Me Pink. HEX triplet: F2, 80 and 9D. RGB value is (242,128,157). Sum of RGB (Red+Green+Blue) = 242+128+157=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F2809D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2809D is #0D7F62. Grayscale: #A5A5A5. Windows color (decimal): -884579 or 10322162. OLE color: 10322162.
HSL color Cylindrical-coordinate representation of color #F2809D: hue angle of 344.74º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F2809D is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 157 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.05 |
| HSL | 344.74º | 0.81% | 0.73% | - |
| HSV(B) | 344.74º | 0.47% | 0.95% | - |
| XYZ | 50.42 | 36.75 | 36.33 | - |
| YUV | 165.39 | 123.27 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 157 | 0 | 0.47 | 0.35 | 0.05 | 344.74 | 0.81 | 0.73 |
| Hex | F2 | 80 | 9D | 0 | 2F | 23 | 5 | 159 | 51 | 49 |
| Octal | 362 | 200 | 235 | 0 | 57 | 43 | 5 | 531 | 121 | 111 |
| Binary | 11110010 | 10000000 | 10011101 | 0 | 101111 | 100011 | 101 | 101011001 | 1010001 | 1001001 |
Color Harmonies of #F2809D
Complementary color
Monochromatic Colors of #F2809D
Black with #F2809D
Text Example
Text Example
White with #F2809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2809D; }
p { color: rgb(242,128,157); }
H1.HeaderClassName
{
color: #F2809D;
}
.AnyTagClassName
{
color: #F2809D;
}
</style>
background-color css
<style>
a { background-color: #F2809D; }
a { background-color: rgb(242,128,157); }
div.DivClassName
{
background-color: #F2809D;
}
.BgClassName
{
background-color: #F2809D;
}
</style>
border-color css
<style>
span { border-color: #F2809D; }
span { border-color: rgb(242,128,157); }
td.TdClassName
{
border-color: #F2809D;
}
.TagClassName
{
border-color: #F2809D;
}
</style>