Shades of Tea Rose #FF7FC1
Tints of Tea Rose #FF7FC1
RGB
CMYK
RGB Variations
Color information
#FF7FC1 (or 0xFF7FC1) is known color: Tea Rose. HEX triplet: FF, 7F and C1. RGB value is (255,127,193). Sum of RGB (Red+Green+Blue) = 255+127+193=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 127 (50% from 255 or 22.09% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FC1 is #00803E. Grayscale: #ACACAC. Windows color (decimal): -32831 or 12681215. OLE color: 12681215.
HSL color Cylindrical-coordinate representation of color #FF7FC1: hue angle of 329.06º 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 #FF7FC1 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 193 | - |
| CMYK | 0 | 0.50 | 0.24 | 0 |
| HSL | 329.06º | 1% | 0.75% | - |
| HSV(B) | 329.06º | 0.5% | 1% | - |
| XYZ | 58.46 | 40.29 | 55.15 | - |
| YUV | 172.8 | 139.41 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 193 | 0 | 0.50 | 0.24 | 0 | 329.06 | 1 | 0.75 |
| Hex | FF | 7F | C1 | 0 | 32 | 18 | 0 | 149 | 64 | 4B |
| Octal | 377 | 177 | 301 | 0 | 62 | 30 | 0 | 511 | 144 | 113 |
| Binary | 11111111 | 1111111 | 11000001 | 0 | 110010 | 11000 | 0 | 101001001 | 1100100 | 1001011 |
Color Harmonies of #FF7FC1
Complementary color
Monochromatic Colors of #FF7FC1
Black with #FF7FC1
Text Example
Text Example
White with #FF7FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7FC1; }
p { color: rgb(255,127,193); }
H1.HeaderClassName
{
color: #FF7FC1;
}
.AnyTagClassName
{
color: #FF7FC1;
}
</style>
background-color css
<style>
a { background-color: #FF7FC1; }
a { background-color: rgb(255,127,193); }
div.DivClassName
{
background-color: #FF7FC1;
}
.BgClassName
{
background-color: #FF7FC1;
}
</style>
border-color css
<style>
span { border-color: #FF7FC1; }
span { border-color: rgb(255,127,193); }
td.TdClassName
{
border-color: #FF7FC1;
}
.TagClassName
{
border-color: #FF7FC1;
}
</style>