Shades of Tickle Me Pink #FA6F99
Tints of Tickle Me Pink #FA6F99
RGB
CMYK
RGB Variations
Color information
#FA6F99 (or 0xFA6F99) is known color: Tickle Me Pink. HEX triplet: FA, 6F and 99. RGB value is (250,111,153). Sum of RGB (Red+Green+Blue) = 250+111+153=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 153 (60.16% from 255 or 29.77% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6F99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6F99 is #059066. Grayscale: #9D9D9D. Windows color (decimal): -364647 or 10055674. OLE color: 10055674.
HSL color Cylindrical-coordinate representation of color #FA6F99: hue angle of 341.87º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6F99 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 111 | 153 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.02 |
| HSL | 341.87º | 0.93% | 0.71% | - |
| HSV(B) | 341.87º | 0.56% | 0.98% | - |
| XYZ | 50.86 | 33.99 | 34.02 | - |
| YUV | 157.35 | 125.55 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 111 | 153 | 0 | 0.56 | 0.39 | 0.02 | 341.87 | 0.93 | 0.71 |
| Hex | FA | 6F | 99 | 0 | 38 | 27 | 2 | 156 | 5D | 47 |
| Octal | 372 | 157 | 231 | 0 | 70 | 47 | 2 | 526 | 135 | 107 |
| Binary | 11111010 | 1101111 | 10011001 | 0 | 111000 | 100111 | 10 | 101010110 | 1011101 | 1000111 |
Color Harmonies of #FA6F99
Complementary color
Monochromatic Colors of #FA6F99
Black with #FA6F99
Text Example
Text Example
White with #FA6F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6F99; }
p { color: rgb(250,111,153); }
H1.HeaderClassName
{
color: #FA6F99;
}
.AnyTagClassName
{
color: #FA6F99;
}
</style>
background-color css
<style>
a { background-color: #FA6F99; }
a { background-color: rgb(250,111,153); }
div.DivClassName
{
background-color: #FA6F99;
}
.BgClassName
{
background-color: #FA6F99;
}
</style>
border-color css
<style>
span { border-color: #FA6F99; }
span { border-color: rgb(250,111,153); }
td.TdClassName
{
border-color: #FA6F99;
}
.TagClassName
{
border-color: #FA6F99;
}
</style>