Shades of Tickle Me Pink #FB70A2
Tints of Tickle Me Pink #FB70A2
RGB
CMYK
RGB Variations
Color information
#FB70A2 (or 0xFB70A2) is known color: Tickle Me Pink. HEX triplet: FB, 70 and A2. RGB value is (251,112,162). Sum of RGB (Red+Green+Blue) = 251+112+162=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FB70A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB70A2 is #048F5D. Grayscale: #9F9F9F. Windows color (decimal): -298846 or 10645755. OLE color: 10645755.
HSL color Cylindrical-coordinate representation of color #FB70A2: hue angle of 338.42º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB70A2 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 162 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.02 |
| HSL | 338.42º | 0.95% | 0.71% | - |
| HSV(B) | 338.42º | 0.55% | 0.98% | - |
| XYZ | 52.1 | 34.71 | 38.14 | - |
| YUV | 159.26 | 129.55 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 162 | 0 | 0.55 | 0.35 | 0.02 | 338.42 | 0.95 | 0.71 |
| Hex | FB | 70 | A2 | 0 | 37 | 23 | 2 | 152 | 5F | 47 |
| Octal | 373 | 160 | 242 | 0 | 67 | 43 | 2 | 522 | 137 | 107 |
| Binary | 11111011 | 1110000 | 10100010 | 0 | 110111 | 100011 | 10 | 101010010 | 1011111 | 1000111 |
Color Harmonies of #FB70A2
Complementary color
Monochromatic Colors of #FB70A2
Black with #FB70A2
Text Example
Text Example
White with #FB70A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB70A2; }
p { color: rgb(251,112,162); }
H1.HeaderClassName
{
color: #FB70A2;
}
.AnyTagClassName
{
color: #FB70A2;
}
</style>
background-color css
<style>
a { background-color: #FB70A2; }
a { background-color: rgb(251,112,162); }
div.DivClassName
{
background-color: #FB70A2;
}
.BgClassName
{
background-color: #FB70A2;
}
</style>
border-color css
<style>
span { border-color: #FB70A2; }
span { border-color: rgb(251,112,162); }
td.TdClassName
{
border-color: #FB70A2;
}
.TagClassName
{
border-color: #FB70A2;
}
</style>