Shades of Tea Rose #FF7FD1
Tints of Tea Rose #FF7FD1
RGB
CMYK
RGB Variations
Color information
#FF7FD1 (or 0xFF7FD1) is known color: Tea Rose. HEX triplet: FF, 7F and D1. RGB value is (255,127,209). Sum of RGB (Red+Green+Blue) = 255+127+209=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 127 (50% from 255 or 21.49% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FD1 is #00802E. Grayscale: #AEAEAE. Windows color (decimal): -32815 or 13729791. OLE color: 13729791.
HSL color Cylindrical-coordinate representation of color #FF7FD1: hue angle of 321.56º 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 #FF7FD1 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 209 | - |
| CMYK | 0 | 0.50 | 0.18 | 0 |
| HSL | 321.56º | 1% | 0.75% | - |
| HSV(B) | 321.56º | 0.5% | 1% | - |
| XYZ | 60.34 | 41.04 | 65.06 | - |
| YUV | 174.62 | 147.41 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 209 | 0 | 0.50 | 0.18 | 0 | 321.56 | 1 | 0.75 |
| Hex | FF | 7F | D1 | 0 | 32 | 12 | 0 | 142 | 64 | 4B |
| Octal | 377 | 177 | 321 | 0 | 62 | 22 | 0 | 502 | 144 | 113 |
| Binary | 11111111 | 1111111 | 11010001 | 0 | 110010 | 10010 | 0 | 101000010 | 1100100 | 1001011 |
Color Harmonies of #FF7FD1
Complementary color
Monochromatic Colors of #FF7FD1
Black with #FF7FD1
Text Example
Text Example
White with #FF7FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7FD1; }
p { color: rgb(255,127,209); }
H1.HeaderClassName
{
color: #FF7FD1;
}
.AnyTagClassName
{
color: #FF7FD1;
}
</style>
background-color css
<style>
a { background-color: #FF7FD1; }
a { background-color: rgb(255,127,209); }
div.DivClassName
{
background-color: #FF7FD1;
}
.BgClassName
{
background-color: #FF7FD1;
}
</style>
border-color css
<style>
span { border-color: #FF7FD1; }
span { border-color: rgb(255,127,209); }
td.TdClassName
{
border-color: #FF7FD1;
}
.TagClassName
{
border-color: #FF7FD1;
}
</style>