Shades of Tickle Me Pink #F96FA1
Tints of Tickle Me Pink #F96FA1
RGB
CMYK
RGB Variations
Color information
#F96FA1 (or 0xF96FA1) is known color: Tickle Me Pink. HEX triplet: F9, 6F and A1. RGB value is (249,111,161). Sum of RGB (Red+Green+Blue) = 249+111+161=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F96FA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96FA1 is #06905E. Grayscale: #9D9D9D. Windows color (decimal): -430175 or 10579961. OLE color: 10579961.
HSL color Cylindrical-coordinate representation of color #F96FA1: hue angle of 338.26º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F96FA1 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 111 | 161 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.02 |
| HSL | 338.26º | 0.92% | 0.71% | - |
| HSV(B) | 338.26º | 0.55% | 0.98% | - |
| XYZ | 51.18 | 34.08 | 37.6 | - |
| YUV | 157.96 | 129.72 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 111 | 161 | 0 | 0.55 | 0.35 | 0.02 | 338.26 | 0.92 | 0.71 |
| Hex | F9 | 6F | A1 | 0 | 37 | 23 | 2 | 152 | 5C | 47 |
| Octal | 371 | 157 | 241 | 0 | 67 | 43 | 2 | 522 | 134 | 107 |
| Binary | 11111001 | 1101111 | 10100001 | 0 | 110111 | 100011 | 10 | 101010010 | 1011100 | 1000111 |
Color Harmonies of #F96FA1
Complementary color
Monochromatic Colors of #F96FA1
Black with #F96FA1
Text Example
Text Example
White with #F96FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96FA1; }
p { color: rgb(249,111,161); }
H1.HeaderClassName
{
color: #F96FA1;
}
.AnyTagClassName
{
color: #F96FA1;
}
</style>
background-color css
<style>
a { background-color: #F96FA1; }
a { background-color: rgb(249,111,161); }
div.DivClassName
{
background-color: #F96FA1;
}
.BgClassName
{
background-color: #F96FA1;
}
</style>
border-color css
<style>
span { border-color: #F96FA1; }
span { border-color: rgb(249,111,161); }
td.TdClassName
{
border-color: #F96FA1;
}
.TagClassName
{
border-color: #F96FA1;
}
</style>