Shades of Tea Rose #FF7FC6
Tints of Tea Rose #FF7FC6
RGB
CMYK
RGB Variations
Color information
#FF7FC6 (or 0xFF7FC6) is known color: Tea Rose. HEX triplet: FF, 7F and C6. RGB value is (255,127,198). Sum of RGB (Red+Green+Blue) = 255+127+198=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 127 (50% from 255 or 21.90% from 580); Blue value is 198 (77.73% from 255 or 34.14% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FC6 is #008039. Grayscale: #ADADAD. Windows color (decimal): -32826 or 13008895. OLE color: 13008895.
HSL color Cylindrical-coordinate representation of color #FF7FC6: hue angle of 326.72º 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 #FF7FC6 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 198 | - |
| CMYK | 0 | 0.50 | 0.22 | 0 |
| HSL | 326.72º | 1% | 0.75% | - |
| HSV(B) | 326.72º | 0.5% | 1% | - |
| XYZ | 59.02 | 40.52 | 58.14 | - |
| YUV | 173.37 | 141.91 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 198 | 0 | 0.50 | 0.22 | 0 | 326.72 | 1 | 0.75 |
| Hex | FF | 7F | C6 | 0 | 32 | 16 | 0 | 147 | 64 | 4B |
| Octal | 377 | 177 | 306 | 0 | 62 | 26 | 0 | 507 | 144 | 113 |
| Binary | 11111111 | 1111111 | 11000110 | 0 | 110010 | 10110 | 0 | 101000111 | 1100100 | 1001011 |
Color Harmonies of #FF7FC6
Complementary color
Monochromatic Colors of #FF7FC6
Black with #FF7FC6
Text Example
Text Example
White with #FF7FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7FC6; }
p { color: rgb(255,127,198); }
H1.HeaderClassName
{
color: #FF7FC6;
}
.AnyTagClassName
{
color: #FF7FC6;
}
</style>
background-color css
<style>
a { background-color: #FF7FC6; }
a { background-color: rgb(255,127,198); }
div.DivClassName
{
background-color: #FF7FC6;
}
.BgClassName
{
background-color: #FF7FC6;
}
</style>
border-color css
<style>
span { border-color: #FF7FC6; }
span { border-color: rgb(255,127,198); }
td.TdClassName
{
border-color: #FF7FC6;
}
.TagClassName
{
border-color: #FF7FC6;
}
</style>