Shades of Tickle Me Pink #FB73A0
Tints of Tickle Me Pink #FB73A0
RGB
CMYK
RGB Variations
Color information
#FB73A0 (or 0xFB73A0) is known color: Tickle Me Pink. HEX triplet: FB, 73 and A0. RGB value is (251,115,160). Sum of RGB (Red+Green+Blue) = 251+115+160=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB73A0 is #048C5F. Grayscale: #A0A0A0. Windows color (decimal): -298080 or 10515451. OLE color: 10515451.
HSL color Cylindrical-coordinate representation of color #FB73A0: hue angle of 340.15º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FB73A0 is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 160 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.02 |
| HSL | 340.15º | 0.94% | 0.72% | - |
| HSV(B) | 340.15º | 0.54% | 0.98% | - |
| XYZ | 52.26 | 35.31 | 37.32 | - |
| YUV | 160.79 | 127.56 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 160 | 0 | 0.54 | 0.36 | 0.02 | 340.15 | 0.94 | 0.72 |
| Hex | FB | 73 | A0 | 0 | 36 | 24 | 2 | 154 | 5E | 48 |
| Octal | 373 | 163 | 240 | 0 | 66 | 44 | 2 | 524 | 136 | 110 |
| Binary | 11111011 | 1110011 | 10100000 | 0 | 110110 | 100100 | 10 | 101010100 | 1011110 | 1001000 |
Color Harmonies of #FB73A0
Complementary color
Monochromatic Colors of #FB73A0
Black with #FB73A0
Text Example
Text Example
White with #FB73A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB73A0; }
p { color: rgb(251,115,160); }
H1.HeaderClassName
{
color: #FB73A0;
}
.AnyTagClassName
{
color: #FB73A0;
}
</style>
background-color css
<style>
a { background-color: #FB73A0; }
a { background-color: rgb(251,115,160); }
div.DivClassName
{
background-color: #FB73A0;
}
.BgClassName
{
background-color: #FB73A0;
}
</style>
border-color css
<style>
span { border-color: #FB73A0; }
span { border-color: rgb(251,115,160); }
td.TdClassName
{
border-color: #FB73A0;
}
.TagClassName
{
border-color: #FB73A0;
}
</style>