Shades of Tickle Me Pink #FA6FA2
Tints of Tickle Me Pink #FA6FA2
RGB
CMYK
RGB Variations
Color information
#FA6FA2 (or 0xFA6FA2) is known color: Tickle Me Pink. HEX triplet: FA, 6F and A2. RGB value is (250,111,162). Sum of RGB (Red+Green+Blue) = 250+111+162=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 162 (63.67% from 255 or 30.98% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6FA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6FA2 is #05905D. Grayscale: #9E9E9E. Windows color (decimal): -364638 or 10645498. OLE color: 10645498.
HSL color Cylindrical-coordinate representation of color #FA6FA2: hue angle of 337.99º 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 #FA6FA2 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 111 | 162 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.02 |
| HSL | 337.99º | 0.93% | 0.71% | - |
| HSV(B) | 337.99º | 0.56% | 0.98% | - |
| XYZ | 51.63 | 34.3 | 38.08 | - |
| YUV | 158.38 | 130.05 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 111 | 162 | 0 | 0.56 | 0.35 | 0.02 | 337.99 | 0.93 | 0.71 |
| Hex | FA | 6F | A2 | 0 | 38 | 23 | 2 | 152 | 5D | 47 |
| Octal | 372 | 157 | 242 | 0 | 70 | 43 | 2 | 522 | 135 | 107 |
| Binary | 11111010 | 1101111 | 10100010 | 0 | 111000 | 100011 | 10 | 101010010 | 1011101 | 1000111 |
Color Harmonies of #FA6FA2
Complementary color
Monochromatic Colors of #FA6FA2
Black with #FA6FA2
Text Example
Text Example
White with #FA6FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6FA2; }
p { color: rgb(250,111,162); }
H1.HeaderClassName
{
color: #FA6FA2;
}
.AnyTagClassName
{
color: #FA6FA2;
}
</style>
background-color css
<style>
a { background-color: #FA6FA2; }
a { background-color: rgb(250,111,162); }
div.DivClassName
{
background-color: #FA6FA2;
}
.BgClassName
{
background-color: #FA6FA2;
}
</style>
border-color css
<style>
span { border-color: #FA6FA2; }
span { border-color: rgb(250,111,162); }
td.TdClassName
{
border-color: #FA6FA2;
}
.TagClassName
{
border-color: #FA6FA2;
}
</style>