Shades of Tickle Me Pink #FA729B
Tints of Tickle Me Pink #FA729B
RGB
CMYK
RGB Variations
Color information
#FA729B (or 0xFA729B) is known color: Tickle Me Pink. HEX triplet: FA, 72 and 9B. RGB value is (250,114,155). Sum of RGB (Red+Green+Blue) = 250+114+155=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA729B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA729B is #058D64. Grayscale: #9F9F9F. Windows color (decimal): -363877 or 10187514. OLE color: 10187514.
HSL color Cylindrical-coordinate representation of color #FA729B: hue angle of 341.91º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA729B is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 114 | 155 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.02 |
| HSL | 341.91º | 0.93% | 0.71% | - |
| HSV(B) | 341.91º | 0.54% | 0.98% | - |
| XYZ | 51.36 | 34.73 | 35.01 | - |
| YUV | 159.34 | 125.56 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 114 | 155 | 0 | 0.54 | 0.38 | 0.02 | 341.91 | 0.93 | 0.71 |
| Hex | FA | 72 | 9B | 0 | 36 | 26 | 2 | 156 | 5D | 47 |
| Octal | 372 | 162 | 233 | 0 | 66 | 46 | 2 | 526 | 135 | 107 |
| Binary | 11111010 | 1110010 | 10011011 | 0 | 110110 | 100110 | 10 | 101010110 | 1011101 | 1000111 |
Color Harmonies of #FA729B
Complementary color
Monochromatic Colors of #FA729B
Black with #FA729B
Text Example
Text Example
White with #FA729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA729B; }
p { color: rgb(250,114,155); }
H1.HeaderClassName
{
color: #FA729B;
}
.AnyTagClassName
{
color: #FA729B;
}
</style>
background-color css
<style>
a { background-color: #FA729B; }
a { background-color: rgb(250,114,155); }
div.DivClassName
{
background-color: #FA729B;
}
.BgClassName
{
background-color: #FA729B;
}
</style>
border-color css
<style>
span { border-color: #FA729B; }
span { border-color: rgb(250,114,155); }
td.TdClassName
{
border-color: #FA729B;
}
.TagClassName
{
border-color: #FA729B;
}
</style>