Shades of Tickle Me Pink #F875A2
Tints of Tickle Me Pink #F875A2
RGB
CMYK
RGB Variations
Color information
#F875A2 (or 0xF875A2) is known color: Tickle Me Pink. HEX triplet: F8, 75 and A2. RGB value is (248,117,162). Sum of RGB (Red+Green+Blue) = 248+117+162=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F875A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F875A2 is #078A5D. Grayscale: #A1A1A1. Windows color (decimal): -494174 or 10647032. OLE color: 10647032.
HSL color Cylindrical-coordinate representation of color #F875A2: hue angle of 339.39º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F875A2 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 162 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.03 |
| HSL | 339.39º | 0.9% | 0.72% | - |
| HSV(B) | 339.39º | 0.53% | 0.97% | - |
| XYZ | 51.59 | 35.29 | 38.27 | - |
| YUV | 161.3 | 128.4 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 162 | 0 | 0.53 | 0.35 | 0.03 | 339.39 | 0.9 | 0.72 |
| Hex | F8 | 75 | A2 | 0 | 35 | 23 | 3 | 153 | 5A | 48 |
| Octal | 370 | 165 | 242 | 0 | 65 | 43 | 3 | 523 | 132 | 110 |
| Binary | 11111000 | 1110101 | 10100010 | 0 | 110101 | 100011 | 11 | 101010011 | 1011010 | 1001000 |
Color Harmonies of #F875A2
Complementary color
Monochromatic Colors of #F875A2
Black with #F875A2
Text Example
Text Example
White with #F875A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F875A2; }
p { color: rgb(248,117,162); }
H1.HeaderClassName
{
color: #F875A2;
}
.AnyTagClassName
{
color: #F875A2;
}
</style>
background-color css
<style>
a { background-color: #F875A2; }
a { background-color: rgb(248,117,162); }
div.DivClassName
{
background-color: #F875A2;
}
.BgClassName
{
background-color: #F875A2;
}
</style>
border-color css
<style>
span { border-color: #F875A2; }
span { border-color: rgb(248,117,162); }
td.TdClassName
{
border-color: #F875A2;
}
.TagClassName
{
border-color: #F875A2;
}
</style>