Shades of Tickle Me Pink #F880AF
Tints of Tickle Me Pink #F880AF
RGB
CMYK
RGB Variations
Color information
#F880AF (or 0xF880AF) is known color: Tickle Me Pink. HEX triplet: F8, 80 and AF. RGB value is (248,128,175). Sum of RGB (Red+Green+Blue) = 248+128+175=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F880AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F880AF is #077F50. Grayscale: #A9A9A9. Windows color (decimal): -491345 or 11501816. OLE color: 11501816.
HSL color Cylindrical-coordinate representation of color #F880AF: hue angle of 336.5º degrees, saturation: 0.9, 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 #F880AF is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 128 | 175 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.03 |
| HSL | 336.5º | 0.9% | 0.74% | - |
| HSV(B) | 336.5º | 0.48% | 0.97% | - |
| XYZ | 54.17 | 38.49 | 45.13 | - |
| YUV | 169.24 | 131.26 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 128 | 175 | 0 | 0.48 | 0.29 | 0.03 | 336.5 | 0.9 | 0.74 |
| Hex | F8 | 80 | AF | 0 | 30 | 1D | 3 | 150 | 5A | 4A |
| Octal | 370 | 200 | 257 | 0 | 60 | 35 | 3 | 520 | 132 | 112 |
| Binary | 11111000 | 10000000 | 10101111 | 0 | 110000 | 11101 | 11 | 101010000 | 1011010 | 1001010 |
Color Harmonies of #F880AF
Complementary color
Monochromatic Colors of #F880AF
Black with #F880AF
Text Example
Text Example
White with #F880AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F880AF; }
p { color: rgb(248,128,175); }
H1.HeaderClassName
{
color: #F880AF;
}
.AnyTagClassName
{
color: #F880AF;
}
</style>
background-color css
<style>
a { background-color: #F880AF; }
a { background-color: rgb(248,128,175); }
div.DivClassName
{
background-color: #F880AF;
}
.BgClassName
{
background-color: #F880AF;
}
</style>
border-color css
<style>
span { border-color: #F880AF; }
span { border-color: rgb(248,128,175); }
td.TdClassName
{
border-color: #F880AF;
}
.TagClassName
{
border-color: #F880AF;
}
</style>