Shades of Tea Rose #FF7FC3
Tints of Tea Rose #FF7FC3
RGB
CMYK
RGB Variations
Color information
#FF7FC3 (or 0xFF7FC3) is known color: Tea Rose. HEX triplet: FF, 7F and C3. RGB value is (255,127,195). Sum of RGB (Red+Green+Blue) = 255+127+195=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 127 (50% from 255 or 22.01% from 577); Blue value is 195 (76.56% from 255 or 33.80% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FC3 is #00803C. Grayscale: #ACACAC. Windows color (decimal): -32829 or 12812287. OLE color: 12812287.
HSL color Cylindrical-coordinate representation of color #FF7FC3: hue angle of 328.12º 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 #FF7FC3 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 195 | - |
| CMYK | 0 | 0.50 | 0.24 | 0 |
| HSL | 328.13º | 1% | 0.75% | - |
| HSV(B) | 328.13º | 0.5% | 1% | - |
| XYZ | 58.68 | 40.38 | 56.33 | - |
| YUV | 173.02 | 140.41 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 195 | 0 | 0.50 | 0.24 | 0 | 328.13 | 1 | 0.75 |
| Hex | FF | 7F | C3 | 0 | 32 | 18 | 0 | 148 | 64 | 4B |
| Octal | 377 | 177 | 303 | 0 | 62 | 30 | 0 | 510 | 144 | 113 |
| Binary | 11111111 | 1111111 | 11000011 | 0 | 110010 | 11000 | 0 | 101001000 | 1100100 | 1001011 |
Color Harmonies of #FF7FC3
Complementary color
Monochromatic Colors of #FF7FC3
Black with #FF7FC3
Text Example
Text Example
White with #FF7FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7FC3; }
p { color: rgb(255,127,195); }
H1.HeaderClassName
{
color: #FF7FC3;
}
.AnyTagClassName
{
color: #FF7FC3;
}
</style>
background-color css
<style>
a { background-color: #FF7FC3; }
a { background-color: rgb(255,127,195); }
div.DivClassName
{
background-color: #FF7FC3;
}
.BgClassName
{
background-color: #FF7FC3;
}
</style>
border-color css
<style>
span { border-color: #FF7FC3; }
span { border-color: rgb(255,127,195); }
td.TdClassName
{
border-color: #FF7FC3;
}
.TagClassName
{
border-color: #FF7FC3;
}
</style>