Shades of Tickle Me Pink #F974A4
Tints of Tickle Me Pink #F974A4
RGB
CMYK
RGB Variations
Color information
#F974A4 (or 0xF974A4) is known color: Tickle Me Pink. HEX triplet: F9, 74 and A4. RGB value is (249,116,164). Sum of RGB (Red+Green+Blue) = 249+116+164=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F974A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F974A4 is #068B5B. Grayscale: #A1A1A1. Windows color (decimal): -428892 or 10777849. OLE color: 10777849.
HSL color Cylindrical-coordinate representation of color #F974A4: hue angle of 338.35º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F974A4 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 116 | 164 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.02 |
| HSL | 338.35º | 0.92% | 0.72% | - |
| HSV(B) | 338.35º | 0.53% | 0.98% | - |
| XYZ | 52.01 | 35.31 | 39.2 | - |
| YUV | 161.24 | 129.56 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 116 | 164 | 0 | 0.53 | 0.34 | 0.02 | 338.35 | 0.92 | 0.72 |
| Hex | F9 | 74 | A4 | 0 | 35 | 22 | 2 | 152 | 5C | 48 |
| Octal | 371 | 164 | 244 | 0 | 65 | 42 | 2 | 522 | 134 | 110 |
| Binary | 11111001 | 1110100 | 10100100 | 0 | 110101 | 100010 | 10 | 101010010 | 1011100 | 1001000 |
Color Harmonies of #F974A4
Complementary color
Monochromatic Colors of #F974A4
Black with #F974A4
Text Example
Text Example
White with #F974A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F974A4; }
p { color: rgb(249,116,164); }
H1.HeaderClassName
{
color: #F974A4;
}
.AnyTagClassName
{
color: #F974A4;
}
</style>
background-color css
<style>
a { background-color: #F974A4; }
a { background-color: rgb(249,116,164); }
div.DivClassName
{
background-color: #F974A4;
}
.BgClassName
{
background-color: #F974A4;
}
</style>
border-color css
<style>
span { border-color: #F974A4; }
span { border-color: rgb(249,116,164); }
td.TdClassName
{
border-color: #F974A4;
}
.TagClassName
{
border-color: #F974A4;
}
</style>