Shades of Tea Rose #FF7FD0
Tints of Tea Rose #FF7FD0
RGB
CMYK
RGB Variations
Color information
#FF7FD0 (or 0xFF7FD0) is known color: Tea Rose. HEX triplet: FF, 7F and D0. RGB value is (255,127,208). Sum of RGB (Red+Green+Blue) = 255+127+208=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 127 (50% from 255 or 21.53% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FD0 is #00802F. Grayscale: #AEAEAE. Windows color (decimal): -32816 or 13664255. OLE color: 13664255.
HSL color Cylindrical-coordinate representation of color #FF7FD0: hue angle of 322.03º 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 #FF7FD0 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 208 | - |
| CMYK | 0 | 0.50 | 0.18 | 0 |
| HSL | 322.03º | 1% | 0.75% | - |
| HSV(B) | 322.03º | 0.5% | 1% | - |
| XYZ | 60.21 | 40.99 | 64.41 | - |
| YUV | 174.51 | 146.91 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 208 | 0 | 0.50 | 0.18 | 0 | 322.03 | 1 | 0.75 |
| Hex | FF | 7F | D0 | 0 | 32 | 12 | 0 | 142 | 64 | 4B |
| Octal | 377 | 177 | 320 | 0 | 62 | 22 | 0 | 502 | 144 | 113 |
| Binary | 11111111 | 1111111 | 11010000 | 0 | 110010 | 10010 | 0 | 101000010 | 1100100 | 1001011 |
Color Harmonies of #FF7FD0
Complementary color
Monochromatic Colors of #FF7FD0
Black with #FF7FD0
Text Example
Text Example
White with #FF7FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7FD0; }
p { color: rgb(255,127,208); }
H1.HeaderClassName
{
color: #FF7FD0;
}
.AnyTagClassName
{
color: #FF7FD0;
}
</style>
background-color css
<style>
a { background-color: #FF7FD0; }
a { background-color: rgb(255,127,208); }
div.DivClassName
{
background-color: #FF7FD0;
}
.BgClassName
{
background-color: #FF7FD0;
}
</style>
border-color css
<style>
span { border-color: #FF7FD0; }
span { border-color: rgb(255,127,208); }
td.TdClassName
{
border-color: #FF7FD0;
}
.TagClassName
{
border-color: #FF7FD0;
}
</style>