Shades of Tea Rose #FF7FC2
Tints of Tea Rose #FF7FC2
RGB
CMYK
RGB Variations
Color information
#FF7FC2 (or 0xFF7FC2) is known color: Tea Rose. HEX triplet: FF, 7F and C2. RGB value is (255,127,194). Sum of RGB (Red+Green+Blue) = 255+127+194=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 127 (50% from 255 or 22.05% from 576); Blue value is 194 (76.17% from 255 or 33.68% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FC2 is #00803D. Grayscale: #ACACAC. Windows color (decimal): -32830 or 12746751. OLE color: 12746751.
HSL color Cylindrical-coordinate representation of color #FF7FC2: hue angle of 328.59º 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 #FF7FC2 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 194 | - |
| CMYK | 0 | 0.50 | 0.24 | 0 |
| HSL | 328.59º | 1% | 0.75% | - |
| HSV(B) | 328.59º | 0.5% | 1% | - |
| XYZ | 58.57 | 40.33 | 55.74 | - |
| YUV | 172.91 | 139.91 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 194 | 0 | 0.50 | 0.24 | 0 | 328.59 | 1 | 0.75 |
| Hex | FF | 7F | C2 | 0 | 32 | 18 | 0 | 149 | 64 | 4B |
| Octal | 377 | 177 | 302 | 0 | 62 | 30 | 0 | 511 | 144 | 113 |
| Binary | 11111111 | 1111111 | 11000010 | 0 | 110010 | 11000 | 0 | 101001001 | 1100100 | 1001011 |
Color Harmonies of #FF7FC2
Complementary color
Monochromatic Colors of #FF7FC2
Black with #FF7FC2
Text Example
Text Example
White with #FF7FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7FC2; }
p { color: rgb(255,127,194); }
H1.HeaderClassName
{
color: #FF7FC2;
}
.AnyTagClassName
{
color: #FF7FC2;
}
</style>
background-color css
<style>
a { background-color: #FF7FC2; }
a { background-color: rgb(255,127,194); }
div.DivClassName
{
background-color: #FF7FC2;
}
.BgClassName
{
background-color: #FF7FC2;
}
</style>
border-color css
<style>
span { border-color: #FF7FC2; }
span { border-color: rgb(255,127,194); }
td.TdClassName
{
border-color: #FF7FC2;
}
.TagClassName
{
border-color: #FF7FC2;
}
</style>