Shades of Tea Rose #FF7BC5
Tints of Tea Rose #FF7BC5
RGB
CMYK
RGB Variations
Color information
#FF7BC5 (or 0xFF7BC5) is known color: Tea Rose. HEX triplet: FF, 7B and C5. RGB value is (255,123,197). Sum of RGB (Red+Green+Blue) = 255+123+197=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 123 (48.44% from 255 or 21.39% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7BC5 is #00843A. Grayscale: #AAAAAA. Windows color (decimal): -33851 or 12942335. OLE color: 12942335.
HSL color Cylindrical-coordinate representation of color #FF7BC5: hue angle of 326.36º 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 #FF7BC5 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 197 | - |
| CMYK | 0 | 0.52 | 0.23 | 0 |
| HSL | 326.36º | 1% | 0.74% | - |
| HSV(B) | 326.36º | 0.52% | 1% | - |
| XYZ | 58.4 | 39.46 | 57.36 | - |
| YUV | 170.9 | 142.73 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 197 | 0 | 0.52 | 0.23 | 0 | 326.36 | 1 | 0.74 |
| Hex | FF | 7B | C5 | 0 | 34 | 17 | 0 | 146 | 64 | 4A |
| Octal | 377 | 173 | 305 | 0 | 64 | 27 | 0 | 506 | 144 | 112 |
| Binary | 11111111 | 1111011 | 11000101 | 0 | 110100 | 10111 | 0 | 101000110 | 1100100 | 1001010 |
Color Harmonies of #FF7BC5
Complementary color
Monochromatic Colors of #FF7BC5
Black with #FF7BC5
Text Example
Text Example
White with #FF7BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7BC5; }
p { color: rgb(255,123,197); }
H1.HeaderClassName
{
color: #FF7BC5;
}
.AnyTagClassName
{
color: #FF7BC5;
}
</style>
background-color css
<style>
a { background-color: #FF7BC5; }
a { background-color: rgb(255,123,197); }
div.DivClassName
{
background-color: #FF7BC5;
}
.BgClassName
{
background-color: #FF7BC5;
}
</style>
border-color css
<style>
span { border-color: #FF7BC5; }
span { border-color: rgb(255,123,197); }
td.TdClassName
{
border-color: #FF7BC5;
}
.TagClassName
{
border-color: #FF7BC5;
}
</style>