Shades of Tea Rose #FF80D4
Tints of Tea Rose #FF80D4
RGB
CMYK
RGB Variations
Color information
#FF80D4 (or 0xFF80D4) is known color: Tea Rose. HEX triplet: FF, 80 and D4. RGB value is (255,128,212). Sum of RGB (Red+Green+Blue) = 255+128+212=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 128 (50.39% from 255 or 21.51% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80D4 is #007F2B. Grayscale: #AFAFAF. Windows color (decimal): -32556 or 13926655. OLE color: 13926655.
HSL color Cylindrical-coordinate representation of color #FF80D4: hue angle of 320.31º 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 #FF80D4 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 212 | - |
| CMYK | 0 | 0.50 | 0.17 | 0 |
| HSL | 320.32º | 1% | 0.75% | - |
| HSV(B) | 320.32º | 0.5% | 1% | - |
| XYZ | 60.84 | 41.45 | 67.08 | - |
| YUV | 175.55 | 148.58 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 212 | 0 | 0.50 | 0.17 | 0 | 320.32 | 1 | 0.75 |
| Hex | FF | 80 | D4 | 0 | 32 | 11 | 0 | 140 | 64 | 4B |
| Octal | 377 | 200 | 324 | 0 | 62 | 21 | 0 | 500 | 144 | 113 |
| Binary | 11111111 | 10000000 | 11010100 | 0 | 110010 | 10001 | 0 | 101000000 | 1100100 | 1001011 |
Color Harmonies of #FF80D4
Complementary color
Monochromatic Colors of #FF80D4
Black with #FF80D4
Text Example
Text Example
White with #FF80D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80D4; }
p { color: rgb(255,128,212); }
H1.HeaderClassName
{
color: #FF80D4;
}
.AnyTagClassName
{
color: #FF80D4;
}
</style>
background-color css
<style>
a { background-color: #FF80D4; }
a { background-color: rgb(255,128,212); }
div.DivClassName
{
background-color: #FF80D4;
}
.BgClassName
{
background-color: #FF80D4;
}
</style>
border-color css
<style>
span { border-color: #FF80D4; }
span { border-color: rgb(255,128,212); }
td.TdClassName
{
border-color: #FF80D4;
}
.TagClassName
{
border-color: #FF80D4;
}
</style>