Shades of Tickle Me Pink #FF7FB0
Tints of Tickle Me Pink #FF7FB0
RGB
CMYK
RGB Variations
Color information
#FF7FB0 (or 0xFF7FB0) is known color: Tickle Me Pink. HEX triplet: FF, 7F and B0. RGB value is (255,127,176). Sum of RGB (Red+Green+Blue) = 255+127+176=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7FB0 is #00804F. Grayscale: #AAAAAA. Windows color (decimal): -32848 or 11567103. OLE color: 11567103.
HSL color Cylindrical-coordinate representation of color #FF7FB0: hue angle of 337.03º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF7FB0 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 176 | - |
| CMYK | 0 | 0.50 | 0.31 | 0 |
| HSL | 337.03º | 1% | 0.75% | - |
| HSV(B) | 337.03º | 0.5% | 1% | - |
| XYZ | 56.67 | 39.57 | 45.73 | - |
| YUV | 170.86 | 130.91 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 176 | 0 | 0.50 | 0.31 | 0 | 337.03 | 1 | 0.75 |
| Hex | FF | 7F | B0 | 0 | 32 | 1F | 0 | 151 | 64 | 4B |
| Octal | 377 | 177 | 260 | 0 | 62 | 37 | 0 | 521 | 144 | 113 |
| Binary | 11111111 | 1111111 | 10110000 | 0 | 110010 | 11111 | 0 | 101010001 | 1100100 | 1001011 |
Color Harmonies of #FF7FB0
Complementary color
Monochromatic Colors of #FF7FB0
Black with #FF7FB0
Text Example
Text Example
White with #FF7FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7FB0; }
p { color: rgb(255,127,176); }
H1.HeaderClassName
{
color: #FF7FB0;
}
.AnyTagClassName
{
color: #FF7FB0;
}
</style>
background-color css
<style>
a { background-color: #FF7FB0; }
a { background-color: rgb(255,127,176); }
div.DivClassName
{
background-color: #FF7FB0;
}
.BgClassName
{
background-color: #FF7FB0;
}
</style>
border-color css
<style>
span { border-color: #FF7FB0; }
span { border-color: rgb(255,127,176); }
td.TdClassName
{
border-color: #FF7FB0;
}
.TagClassName
{
border-color: #FF7FB0;
}
</style>