Shades of Tickle Me Pink #FB73A1
Tints of Tickle Me Pink #FB73A1
RGB
CMYK
RGB Variations
Color information
#FB73A1 (or 0xFB73A1) is known color: Tickle Me Pink. HEX triplet: FB, 73 and A1. RGB value is (251,115,161). Sum of RGB (Red+Green+Blue) = 251+115+161=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 161 (63.28% from 255 or 30.55% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB73A1 is #048C5E. Grayscale: #A0A0A0. Windows color (decimal): -298079 or 10580987. OLE color: 10580987.
HSL color Cylindrical-coordinate representation of color #FB73A1: hue angle of 339.71º 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 #FB73A1 is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 161 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.02 |
| HSL | 339.71º | 0.94% | 0.72% | - |
| HSV(B) | 339.71º | 0.54% | 0.98% | - |
| XYZ | 52.35 | 35.34 | 37.78 | - |
| YUV | 160.91 | 128.06 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 161 | 0 | 0.54 | 0.36 | 0.02 | 339.71 | 0.94 | 0.72 |
| Hex | FB | 73 | A1 | 0 | 36 | 24 | 2 | 154 | 5E | 48 |
| Octal | 373 | 163 | 241 | 0 | 66 | 44 | 2 | 524 | 136 | 110 |
| Binary | 11111011 | 1110011 | 10100001 | 0 | 110110 | 100100 | 10 | 101010100 | 1011110 | 1001000 |
Color Harmonies of #FB73A1
Complementary color
Monochromatic Colors of #FB73A1
Black with #FB73A1
Text Example
Text Example
White with #FB73A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB73A1; }
p { color: rgb(251,115,161); }
H1.HeaderClassName
{
color: #FB73A1;
}
.AnyTagClassName
{
color: #FB73A1;
}
</style>
background-color css
<style>
a { background-color: #FB73A1; }
a { background-color: rgb(251,115,161); }
div.DivClassName
{
background-color: #FB73A1;
}
.BgClassName
{
background-color: #FB73A1;
}
</style>
border-color css
<style>
span { border-color: #FB73A1; }
span { border-color: rgb(251,115,161); }
td.TdClassName
{
border-color: #FB73A1;
}
.TagClassName
{
border-color: #FB73A1;
}
</style>