Shades of Tea Rose #FF80C2
Tints of Tea Rose #FF80C2
RGB
CMYK
RGB Variations
Color information
#FF80C2 (or 0xFF80C2) is known color: Tea Rose. HEX triplet: FF, 80 and C2. RGB value is (255,128,194). Sum of RGB (Red+Green+Blue) = 255+128+194=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 128 (50.39% from 255 or 22.18% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80C2 is #007F3D. Grayscale: #ADADAD. Windows color (decimal): -32574 or 12747007. OLE color: 12747007.
HSL color Cylindrical-coordinate representation of color #FF80C2: hue angle of 328.82º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF80C2 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 128 | 194 | - |
CMYK | 0 | 0.50 | 0.24 | 0 |
HSL | 328.82º | 1% | 0.75% | - |
HSV(B) | 328.82º | 0.5% | 1% | - |
XYZ | 58.7 | 40.59 | 55.78 | - |
YUV | 173.5 | 139.58 | 186.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 128 | 194 | 0 | 0.50 | 0.24 | 0 | 328.82 | 1 | 0.75 |
Hex | FF | 80 | C2 | 0 | 32 | 18 | 0 | 149 | 64 | 4B |
Octal | 377 | 200 | 302 | 0 | 62 | 30 | 0 | 511 | 144 | 113 |
Binary | 11111111 | 10000000 | 11000010 | 0 | 110010 | 11000 | 0 | 101001001 | 1100100 | 1001011 |
Color Harmonies of #FF80C2
Complementary color
Monochromatic Colors of #FF80C2
Black with #FF80C2
Text Example
Text Example
White with #FF80C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80C2; }
p { color: rgb(255,128,194); }
H1.HeaderClassName
{
color: #FF80C2;
}
.AnyTagClassName
{
color: #FF80C2;
}
</style>
background-color css
<style>
a { background-color: #FF80C2; }
a { background-color: rgb(255,128,194); }
div.DivClassName
{
background-color: #FF80C2;
}
.BgClassName
{
background-color: #FF80C2;
}
</style>
border-color css
<style>
span { border-color: #FF80C2; }
span { border-color: rgb(255,128,194); }
td.TdClassName
{
border-color: #FF80C2;
}
.TagClassName
{
border-color: #FF80C2;
}
</style>