Shades of Tea Rose #FF7AC5
Tints of Tea Rose #FF7AC5
RGB
CMYK
RGB Variations
Color information
#FF7AC5 (or 0xFF7AC5) is known color: Tea Rose. HEX triplet: FF, 7A and C5. RGB value is (255,122,197). Sum of RGB (Red+Green+Blue) = 255+122+197=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 122 (48.05% from 255 or 21.25% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7AC5 is #00853A. Grayscale: #AAAAAA. Windows color (decimal): -34107 or 12942079. OLE color: 12942079.
HSL color Cylindrical-coordinate representation of color #FF7AC5: hue angle of 326.17º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7AC5 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 197 | - |
| CMYK | 0 | 0.52 | 0.23 | 0 |
| HSL | 326.17º | 1% | 0.74% | - |
| HSV(B) | 326.17º | 0.52% | 1% | - |
| XYZ | 58.28 | 39.21 | 57.32 | - |
| YUV | 170.32 | 143.06 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 197 | 0 | 0.52 | 0.23 | 0 | 326.17 | 1 | 0.74 |
| Hex | FF | 7A | C5 | 0 | 34 | 17 | 0 | 146 | 64 | 4A |
| Octal | 377 | 172 | 305 | 0 | 64 | 27 | 0 | 506 | 144 | 112 |
| Binary | 11111111 | 1111010 | 11000101 | 0 | 110100 | 10111 | 0 | 101000110 | 1100100 | 1001010 |
Color Harmonies of #FF7AC5
Complementary color
Monochromatic Colors of #FF7AC5
Black with #FF7AC5
Text Example
Text Example
White with #FF7AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7AC5; }
p { color: rgb(255,122,197); }
H1.HeaderClassName
{
color: #FF7AC5;
}
.AnyTagClassName
{
color: #FF7AC5;
}
</style>
background-color css
<style>
a { background-color: #FF7AC5; }
a { background-color: rgb(255,122,197); }
div.DivClassName
{
background-color: #FF7AC5;
}
.BgClassName
{
background-color: #FF7AC5;
}
</style>
border-color css
<style>
span { border-color: #FF7AC5; }
span { border-color: rgb(255,122,197); }
td.TdClassName
{
border-color: #FF7AC5;
}
.TagClassName
{
border-color: #FF7AC5;
}
</style>