Shades of Tickle Me Pink #FA7D94
Tints of Tickle Me Pink #FA7D94
RGB
CMYK
RGB Variations
Color information
#FA7D94 (or 0xFA7D94) is known color: Tickle Me Pink. HEX triplet: FA, 7D and 94. RGB value is (250,125,148). Sum of RGB (Red+Green+Blue) = 250+125+148=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7D94 is #05826B. Grayscale: #A5A5A5. Windows color (decimal): -361068 or 9731578. OLE color: 9731578.
HSL color Cylindrical-coordinate representation of color #FA7D94: hue angle of 348.96º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7D94 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 125 | 148 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.02 |
| HSL | 348.96º | 0.93% | 0.74% | - |
| HSV(B) | 348.96º | 0.5% | 0.98% | - |
| XYZ | 52.1 | 37.13 | 32.44 | - |
| YUV | 165 | 118.41 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 125 | 148 | 0 | 0.50 | 0.41 | 0.02 | 348.96 | 0.93 | 0.74 |
| Hex | FA | 7D | 94 | 0 | 32 | 29 | 2 | 15D | 5D | 4A |
| Octal | 372 | 175 | 224 | 0 | 62 | 51 | 2 | 535 | 135 | 112 |
| Binary | 11111010 | 1111101 | 10010100 | 0 | 110010 | 101001 | 10 | 101011101 | 1011101 | 1001010 |
Color Harmonies of #FA7D94
Complementary color
Monochromatic Colors of #FA7D94
Black with #FA7D94
Text Example
Text Example
White with #FA7D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7D94; }
p { color: rgb(250,125,148); }
H1.HeaderClassName
{
color: #FA7D94;
}
.AnyTagClassName
{
color: #FA7D94;
}
</style>
background-color css
<style>
a { background-color: #FA7D94; }
a { background-color: rgb(250,125,148); }
div.DivClassName
{
background-color: #FA7D94;
}
.BgClassName
{
background-color: #FA7D94;
}
</style>
border-color css
<style>
span { border-color: #FA7D94; }
span { border-color: rgb(250,125,148); }
td.TdClassName
{
border-color: #FA7D94;
}
.TagClassName
{
border-color: #FA7D94;
}
</style>