Shades of Tickle Me Pink #FB73A8
Tints of Tickle Me Pink #FB73A8
RGB
CMYK
RGB Variations
Color information
#FB73A8 (or 0xFB73A8) is known color: Tickle Me Pink. HEX triplet: FB, 73 and A8. RGB value is (251,115,168). Sum of RGB (Red+Green+Blue) = 251+115+168=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB73A8 is #048C57. Grayscale: #A1A1A1. Windows color (decimal): -298072 or 11039739. OLE color: 11039739.
HSL color Cylindrical-coordinate representation of color #FB73A8: hue angle of 336.62º 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 #FB73A8 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 168 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.02 |
| HSL | 336.62º | 0.94% | 0.72% | - |
| HSV(B) | 336.62º | 0.54% | 0.98% | - |
| XYZ | 52.98 | 35.6 | 41.12 | - |
| YUV | 161.71 | 131.56 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 168 | 0 | 0.54 | 0.33 | 0.02 | 336.62 | 0.94 | 0.72 |
| Hex | FB | 73 | A8 | 0 | 36 | 21 | 2 | 151 | 5E | 48 |
| Octal | 373 | 163 | 250 | 0 | 66 | 41 | 2 | 521 | 136 | 110 |
| Binary | 11111011 | 1110011 | 10101000 | 0 | 110110 | 100001 | 10 | 101010001 | 1011110 | 1001000 |
Color Harmonies of #FB73A8
Complementary color
Monochromatic Colors of #FB73A8
Black with #FB73A8
Text Example
Text Example
White with #FB73A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB73A8; }
p { color: rgb(251,115,168); }
H1.HeaderClassName
{
color: #FB73A8;
}
.AnyTagClassName
{
color: #FB73A8;
}
</style>
background-color css
<style>
a { background-color: #FB73A8; }
a { background-color: rgb(251,115,168); }
div.DivClassName
{
background-color: #FB73A8;
}
.BgClassName
{
background-color: #FB73A8;
}
</style>
border-color css
<style>
span { border-color: #FB73A8; }
span { border-color: rgb(251,115,168); }
td.TdClassName
{
border-color: #FB73A8;
}
.TagClassName
{
border-color: #FB73A8;
}
</style>