Shades of Tickle Me Pink #FA7FB0
Tints of Tickle Me Pink #FA7FB0
RGB
CMYK
RGB Variations
Color information
#FA7FB0 (or 0xFA7FB0) is known color: Tickle Me Pink. HEX triplet: FA, 7F and B0. RGB value is (250,127,176). Sum of RGB (Red+Green+Blue) = 250+127+176=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7FB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7FB0 is #05804F. Grayscale: #A9A9A9. Windows color (decimal): -360528 or 11567098. OLE color: 11567098.
HSL color Cylindrical-coordinate representation of color #FA7FB0: hue angle of 336.1º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA7FB0 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 127 | 176 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.02 |
| HSL | 336.1º | 0.92% | 0.74% | - |
| HSV(B) | 336.1º | 0.49% | 0.98% | - |
| XYZ | 54.85 | 38.64 | 45.64 | - |
| YUV | 169.36 | 131.75 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 127 | 176 | 0 | 0.49 | 0.30 | 0.02 | 336.1 | 0.92 | 0.74 |
| Hex | FA | 7F | B0 | 0 | 31 | 1E | 2 | 150 | 5C | 4A |
| Octal | 372 | 177 | 260 | 0 | 61 | 36 | 2 | 520 | 134 | 112 |
| Binary | 11111010 | 1111111 | 10110000 | 0 | 110001 | 11110 | 10 | 101010000 | 1011100 | 1001010 |
Color Harmonies of #FA7FB0
Complementary color
Monochromatic Colors of #FA7FB0
Black with #FA7FB0
Text Example
Text Example
White with #FA7FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7FB0; }
p { color: rgb(250,127,176); }
H1.HeaderClassName
{
color: #FA7FB0;
}
.AnyTagClassName
{
color: #FA7FB0;
}
</style>
background-color css
<style>
a { background-color: #FA7FB0; }
a { background-color: rgb(250,127,176); }
div.DivClassName
{
background-color: #FA7FB0;
}
.BgClassName
{
background-color: #FA7FB0;
}
</style>
border-color css
<style>
span { border-color: #FA7FB0; }
span { border-color: rgb(250,127,176); }
td.TdClassName
{
border-color: #FA7FB0;
}
.TagClassName
{
border-color: #FA7FB0;
}
</style>