Shades of Tea Rose #FF82C1
Tints of Tea Rose #FF82C1
RGB
CMYK
RGB Variations
Color information
#FF82C1 (or 0xFF82C1) is known color: Tea Rose. HEX triplet: FF, 82 and C1. RGB value is (255,130,193). Sum of RGB (Red+Green+Blue) = 255+130+193=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 130 (51.17% from 255 or 22.49% from 578); Blue value is 193 (75.78% from 255 or 33.39% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82C1 is #007D3E. Grayscale: #AEAEAE. Windows color (decimal): -32063 or 12681983. OLE color: 12681983.
HSL color Cylindrical-coordinate representation of color #FF82C1: hue angle of 329.76º 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 #FF82C1 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 193 | - |
| CMYK | 0 | 0.49 | 0.24 | 0 |
| HSL | 329.76º | 1% | 0.75% | - |
| HSV(B) | 329.76º | 0.49% | 1% | - |
| XYZ | 58.85 | 41.08 | 55.28 | - |
| YUV | 174.56 | 138.41 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 193 | 0 | 0.49 | 0.24 | 0 | 329.76 | 1 | 0.75 |
| Hex | FF | 82 | C1 | 0 | 31 | 18 | 0 | 14A | 64 | 4B |
| Octal | 377 | 202 | 301 | 0 | 61 | 30 | 0 | 512 | 144 | 113 |
| Binary | 11111111 | 10000010 | 11000001 | 0 | 110001 | 11000 | 0 | 101001010 | 1100100 | 1001011 |
Color Harmonies of #FF82C1
Complementary color
Monochromatic Colors of #FF82C1
Black with #FF82C1
Text Example
Text Example
White with #FF82C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF82C1; }
p { color: rgb(255,130,193); }
H1.HeaderClassName
{
color: #FF82C1;
}
.AnyTagClassName
{
color: #FF82C1;
}
</style>
background-color css
<style>
a { background-color: #FF82C1; }
a { background-color: rgb(255,130,193); }
div.DivClassName
{
background-color: #FF82C1;
}
.BgClassName
{
background-color: #FF82C1;
}
</style>
border-color css
<style>
span { border-color: #FF82C1; }
span { border-color: rgb(255,130,193); }
td.TdClassName
{
border-color: #FF82C1;
}
.TagClassName
{
border-color: #FF82C1;
}
</style>