Shades of Tickle Me Pink #F882AF
Tints of Tickle Me Pink #F882AF
RGB
CMYK
RGB Variations
Color information
#F882AF (or 0xF882AF) is known color: Tickle Me Pink. HEX triplet: F8, 82 and AF. RGB value is (248,130,175). Sum of RGB (Red+Green+Blue) = 248+130+175=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 248 - color contains mainly: red. Hex color #F882AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F882AF is #077D50. Grayscale: #AAAAAA. Windows color (decimal): -490833 or 11502328. OLE color: 11502328.
HSL color Cylindrical-coordinate representation of color #F882AF: hue angle of 337.12º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F882AF is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 175 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.03 |
| HSL | 337.12º | 0.89% | 0.74% | - |
| HSV(B) | 337.12º | 0.48% | 0.97% | - |
| XYZ | 54.43 | 39.02 | 45.22 | - |
| YUV | 170.41 | 130.59 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 175 | 0 | 0.48 | 0.29 | 0.03 | 337.12 | 0.89 | 0.74 |
| Hex | F8 | 82 | AF | 0 | 30 | 1D | 3 | 151 | 59 | 4A |
| Octal | 370 | 202 | 257 | 0 | 60 | 35 | 3 | 521 | 131 | 112 |
| Binary | 11111000 | 10000010 | 10101111 | 0 | 110000 | 11101 | 11 | 101010001 | 1011001 | 1001010 |
Color Harmonies of #F882AF
Complementary color
Monochromatic Colors of #F882AF
Black with #F882AF
Text Example
Text Example
White with #F882AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F882AF; }
p { color: rgb(248,130,175); }
H1.HeaderClassName
{
color: #F882AF;
}
.AnyTagClassName
{
color: #F882AF;
}
</style>
background-color css
<style>
a { background-color: #F882AF; }
a { background-color: rgb(248,130,175); }
div.DivClassName
{
background-color: #F882AF;
}
.BgClassName
{
background-color: #F882AF;
}
</style>
border-color css
<style>
span { border-color: #F882AF; }
span { border-color: rgb(248,130,175); }
td.TdClassName
{
border-color: #F882AF;
}
.TagClassName
{
border-color: #F882AF;
}
</style>