Shades of Tea Rose #FF7FC5
Tints of Tea Rose #FF7FC5
RGB
CMYK
RGB Variations
Color information
#FF7FC5 (or 0xFF7FC5) is known color: Tea Rose. HEX triplet: FF, 7F and C5. RGB value is (255,127,197). Sum of RGB (Red+Green+Blue) = 255+127+197=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 127 (50% from 255 or 21.93% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FC5 is #00803A. Grayscale: #ADADAD. Windows color (decimal): -32827 or 12943359. OLE color: 12943359.
HSL color Cylindrical-coordinate representation of color #FF7FC5: hue angle of 327.19º 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 #FF7FC5 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 197 | - |
| CMYK | 0 | 0.50 | 0.23 | 0 |
| HSL | 327.19º | 1% | 0.75% | - |
| HSV(B) | 327.19º | 0.5% | 1% | - |
| XYZ | 58.91 | 40.47 | 57.53 | - |
| YUV | 173.25 | 141.41 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 197 | 0 | 0.50 | 0.23 | 0 | 327.19 | 1 | 0.75 |
| Hex | FF | 7F | C5 | 0 | 32 | 17 | 0 | 147 | 64 | 4B |
| Octal | 377 | 177 | 305 | 0 | 62 | 27 | 0 | 507 | 144 | 113 |
| Binary | 11111111 | 1111111 | 11000101 | 0 | 110010 | 10111 | 0 | 101000111 | 1100100 | 1001011 |
Color Harmonies of #FF7FC5
Complementary color
Monochromatic Colors of #FF7FC5
Black with #FF7FC5
Text Example
Text Example
White with #FF7FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7FC5; }
p { color: rgb(255,127,197); }
H1.HeaderClassName
{
color: #FF7FC5;
}
.AnyTagClassName
{
color: #FF7FC5;
}
</style>
background-color css
<style>
a { background-color: #FF7FC5; }
a { background-color: rgb(255,127,197); }
div.DivClassName
{
background-color: #FF7FC5;
}
.BgClassName
{
background-color: #FF7FC5;
}
</style>
border-color css
<style>
span { border-color: #FF7FC5; }
span { border-color: rgb(255,127,197); }
td.TdClassName
{
border-color: #FF7FC5;
}
.TagClassName
{
border-color: #FF7FC5;
}
</style>