Shades of Tickle Me Pink #FA80B0
Tints of Tickle Me Pink #FA80B0
RGB
CMYK
RGB Variations
Color information
#FA80B0 (or 0xFA80B0) is known color: Tickle Me Pink. HEX triplet: FA, 80 and B0. RGB value is (250,128,176). Sum of RGB (Red+Green+Blue) = 250+128+176=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA80B0 is #057F4F. Grayscale: #A9A9A9. Windows color (decimal): -360272 or 11567354. OLE color: 11567354.
HSL color Cylindrical-coordinate representation of color #FA80B0: hue angle of 336.39º 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 #FA80B0 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 176 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.02 |
| HSL | 336.39º | 0.92% | 0.74% | - |
| HSV(B) | 336.39º | 0.49% | 0.98% | - |
| XYZ | 54.98 | 38.9 | 45.68 | - |
| YUV | 169.95 | 131.42 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 176 | 0 | 0.49 | 0.30 | 0.02 | 336.39 | 0.92 | 0.74 |
| Hex | FA | 80 | B0 | 0 | 31 | 1E | 2 | 150 | 5C | 4A |
| Octal | 372 | 200 | 260 | 0 | 61 | 36 | 2 | 520 | 134 | 112 |
| Binary | 11111010 | 10000000 | 10110000 | 0 | 110001 | 11110 | 10 | 101010000 | 1011100 | 1001010 |
Color Harmonies of #FA80B0
Complementary color
Monochromatic Colors of #FA80B0
Black with #FA80B0
Text Example
Text Example
White with #FA80B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA80B0; }
p { color: rgb(250,128,176); }
H1.HeaderClassName
{
color: #FA80B0;
}
.AnyTagClassName
{
color: #FA80B0;
}
</style>
background-color css
<style>
a { background-color: #FA80B0; }
a { background-color: rgb(250,128,176); }
div.DivClassName
{
background-color: #FA80B0;
}
.BgClassName
{
background-color: #FA80B0;
}
</style>
border-color css
<style>
span { border-color: #FA80B0; }
span { border-color: rgb(250,128,176); }
td.TdClassName
{
border-color: #FA80B0;
}
.TagClassName
{
border-color: #FA80B0;
}
</style>