Shades of Tea Rose #FF81CA
Tints of Tea Rose #FF81CA
RGB
CMYK
RGB Variations
Color information
#FF81CA (or 0xFF81CA) is known color: Tea Rose. HEX triplet: FF, 81 and CA. RGB value is (255,129,202). Sum of RGB (Red+Green+Blue) = 255+129+202=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 129 (50.78% from 255 or 22.01% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF81CA is #007E35. Grayscale: #AEAEAE. Windows color (decimal): -32310 or 13271551. OLE color: 13271551.
HSL color Cylindrical-coordinate representation of color #FF81CA: hue angle of 325.24º 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 #FF81CA is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 202 | - |
| CMYK | 0 | 0.49 | 0.21 | 0 |
| HSL | 325.24º | 1% | 0.75% | - |
| HSV(B) | 325.24º | 0.49% | 1% | - |
| XYZ | 59.75 | 41.22 | 60.69 | - |
| YUV | 175 | 143.24 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 202 | 0 | 0.49 | 0.21 | 0 | 325.24 | 1 | 0.75 |
| Hex | FF | 81 | CA | 0 | 31 | 15 | 0 | 145 | 64 | 4B |
| Octal | 377 | 201 | 312 | 0 | 61 | 25 | 0 | 505 | 144 | 113 |
| Binary | 11111111 | 10000001 | 11001010 | 0 | 110001 | 10101 | 0 | 101000101 | 1100100 | 1001011 |
Color Harmonies of #FF81CA
Complementary color
Monochromatic Colors of #FF81CA
Black with #FF81CA
Text Example
Text Example
White with #FF81CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF81CA; }
p { color: rgb(255,129,202); }
H1.HeaderClassName
{
color: #FF81CA;
}
.AnyTagClassName
{
color: #FF81CA;
}
</style>
background-color css
<style>
a { background-color: #FF81CA; }
a { background-color: rgb(255,129,202); }
div.DivClassName
{
background-color: #FF81CA;
}
.BgClassName
{
background-color: #FF81CA;
}
</style>
border-color css
<style>
span { border-color: #FF81CA; }
span { border-color: rgb(255,129,202); }
td.TdClassName
{
border-color: #FF81CA;
}
.TagClassName
{
border-color: #FF81CA;
}
</style>