Shades of Tea Rose #FF81C7
Tints of Tea Rose #FF81C7
RGB
CMYK
RGB Variations
Color information
#FF81C7 (or 0xFF81C7) is known color: Tea Rose. HEX triplet: FF, 81 and C7. RGB value is (255,129,199). Sum of RGB (Red+Green+Blue) = 255+129+199=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 129 (50.78% from 255 or 22.13% from 583); Blue value is 199 (78.12% from 255 or 34.13% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF81C7 is #007E38. Grayscale: #AEAEAE. Windows color (decimal): -32313 or 13074943. OLE color: 13074943.
HSL color Cylindrical-coordinate representation of color #FF81C7: hue angle of 326.67º 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 #FF81C7 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 199 | - |
| CMYK | 0 | 0.49 | 0.22 | 0 |
| HSL | 326.67º | 1% | 0.75% | - |
| HSV(B) | 326.67º | 0.49% | 1% | - |
| XYZ | 59.4 | 41.08 | 58.83 | - |
| YUV | 174.65 | 141.74 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 199 | 0 | 0.49 | 0.22 | 0 | 326.67 | 1 | 0.75 |
| Hex | FF | 81 | C7 | 0 | 31 | 16 | 0 | 147 | 64 | 4B |
| Octal | 377 | 201 | 307 | 0 | 61 | 26 | 0 | 507 | 144 | 113 |
| Binary | 11111111 | 10000001 | 11000111 | 0 | 110001 | 10110 | 0 | 101000111 | 1100100 | 1001011 |
Color Harmonies of #FF81C7
Complementary color
Monochromatic Colors of #FF81C7
Black with #FF81C7
Text Example
Text Example
White with #FF81C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF81C7; }
p { color: rgb(255,129,199); }
H1.HeaderClassName
{
color: #FF81C7;
}
.AnyTagClassName
{
color: #FF81C7;
}
</style>
background-color css
<style>
a { background-color: #FF81C7; }
a { background-color: rgb(255,129,199); }
div.DivClassName
{
background-color: #FF81C7;
}
.BgClassName
{
background-color: #FF81C7;
}
</style>
border-color css
<style>
span { border-color: #FF81C7; }
span { border-color: rgb(255,129,199); }
td.TdClassName
{
border-color: #FF81C7;
}
.TagClassName
{
border-color: #FF81C7;
}
</style>