Shades of Tickle Me Pink #FF819A
Tints of Tickle Me Pink #FF819A
RGB
CMYK
RGB Variations
Color information
#FF819A (or 0xFF819A) is known color: Tickle Me Pink. HEX triplet: FF, 81 and 9A. RGB value is (255,129,154). Sum of RGB (Red+Green+Blue) = 255+129+154=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF819A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF819A is #007E65. Grayscale: #A9A9A9. Windows color (decimal): -32358 or 10125823. OLE color: 10125823.
HSL color Cylindrical-coordinate representation of color #FF819A: hue angle of 348.1º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF819A is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 154 | - |
| CMYK | 0 | 0.49 | 0.40 | 0 |
| HSL | 348.1º | 1% | 0.75% | - |
| HSV(B) | 348.1º | 0.49% | 1% | - |
| XYZ | 54.92 | 39.29 | 35.26 | - |
| YUV | 169.52 | 119.24 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 154 | 0 | 0.49 | 0.40 | 0 | 348.1 | 1 | 0.75 |
| Hex | FF | 81 | 9A | 0 | 31 | 28 | 0 | 15C | 64 | 4B |
| Octal | 377 | 201 | 232 | 0 | 61 | 50 | 0 | 534 | 144 | 113 |
| Binary | 11111111 | 10000001 | 10011010 | 0 | 110001 | 101000 | 0 | 101011100 | 1100100 | 1001011 |
Color Harmonies of #FF819A
Complementary color
Monochromatic Colors of #FF819A
Black with #FF819A
Text Example
Text Example
White with #FF819A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF819A; }
p { color: rgb(255,129,154); }
H1.HeaderClassName
{
color: #FF819A;
}
.AnyTagClassName
{
color: #FF819A;
}
</style>
background-color css
<style>
a { background-color: #FF819A; }
a { background-color: rgb(255,129,154); }
div.DivClassName
{
background-color: #FF819A;
}
.BgClassName
{
background-color: #FF819A;
}
</style>
border-color css
<style>
span { border-color: #FF819A; }
span { border-color: rgb(255,129,154); }
td.TdClassName
{
border-color: #FF819A;
}
.TagClassName
{
border-color: #FF819A;
}
</style>