Shades of Tea Rose #FF7FD2
Tints of Tea Rose #FF7FD2
RGB
CMYK
RGB Variations
Color information
#FF7FD2 (or 0xFF7FD2) is known color: Tea Rose. HEX triplet: FF, 7F and D2. RGB value is (255,127,210). Sum of RGB (Red+Green+Blue) = 255+127+210=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 127 (50% from 255 or 21.45% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FD2 is #00802D. Grayscale: #AEAEAE. Windows color (decimal): -32814 or 13795327. OLE color: 13795327.
HSL color Cylindrical-coordinate representation of color #FF7FD2: hue angle of 321.09º 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 #FF7FD2 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 210 | - |
| CMYK | 0 | 0.50 | 0.18 | 0 |
| HSL | 321.09º | 1% | 0.75% | - |
| HSV(B) | 321.09º | 0.5% | 1% | - |
| XYZ | 60.46 | 41.09 | 65.72 | - |
| YUV | 174.73 | 147.91 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 210 | 0 | 0.50 | 0.18 | 0 | 321.09 | 1 | 0.75 |
| Hex | FF | 7F | D2 | 0 | 32 | 12 | 0 | 141 | 64 | 4B |
| Octal | 377 | 177 | 322 | 0 | 62 | 22 | 0 | 501 | 144 | 113 |
| Binary | 11111111 | 1111111 | 11010010 | 0 | 110010 | 10010 | 0 | 101000001 | 1100100 | 1001011 |
Color Harmonies of #FF7FD2
Complementary color
Monochromatic Colors of #FF7FD2
Black with #FF7FD2
Text Example
Text Example
White with #FF7FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7FD2; }
p { color: rgb(255,127,210); }
H1.HeaderClassName
{
color: #FF7FD2;
}
.AnyTagClassName
{
color: #FF7FD2;
}
</style>
background-color css
<style>
a { background-color: #FF7FD2; }
a { background-color: rgb(255,127,210); }
div.DivClassName
{
background-color: #FF7FD2;
}
.BgClassName
{
background-color: #FF7FD2;
}
</style>
border-color css
<style>
span { border-color: #FF7FD2; }
span { border-color: rgb(255,127,210); }
td.TdClassName
{
border-color: #FF7FD2;
}
.TagClassName
{
border-color: #FF7FD2;
}
</style>