Shades of Tea Rose #FF7BC4
Tints of Tea Rose #FF7BC4
RGB
CMYK
RGB Variations
Color information
#FF7BC4 (or 0xFF7BC4) is known color: Tea Rose. HEX triplet: FF, 7B and C4. RGB value is (255,123,196). Sum of RGB (Red+Green+Blue) = 255+123+196=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 123 (48.44% from 255 or 21.43% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7BC4 is #00843B. Grayscale: #AAAAAA. Windows color (decimal): -33852 or 12876799. OLE color: 12876799.
HSL color Cylindrical-coordinate representation of color #FF7BC4: hue angle of 326.82º 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 #FF7BC4 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 196 | - |
| CMYK | 0 | 0.52 | 0.23 | 0 |
| HSL | 326.82º | 1% | 0.74% | - |
| HSV(B) | 326.82º | 0.52% | 1% | - |
| XYZ | 58.29 | 39.41 | 56.76 | - |
| YUV | 170.79 | 142.23 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 196 | 0 | 0.52 | 0.23 | 0 | 326.82 | 1 | 0.74 |
| Hex | FF | 7B | C4 | 0 | 34 | 17 | 0 | 147 | 64 | 4A |
| Octal | 377 | 173 | 304 | 0 | 64 | 27 | 0 | 507 | 144 | 112 |
| Binary | 11111111 | 1111011 | 11000100 | 0 | 110100 | 10111 | 0 | 101000111 | 1100100 | 1001010 |
Color Harmonies of #FF7BC4
Complementary color
Monochromatic Colors of #FF7BC4
Black with #FF7BC4
Text Example
Text Example
White with #FF7BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7BC4; }
p { color: rgb(255,123,196); }
H1.HeaderClassName
{
color: #FF7BC4;
}
.AnyTagClassName
{
color: #FF7BC4;
}
</style>
background-color css
<style>
a { background-color: #FF7BC4; }
a { background-color: rgb(255,123,196); }
div.DivClassName
{
background-color: #FF7BC4;
}
.BgClassName
{
background-color: #FF7BC4;
}
</style>
border-color css
<style>
span { border-color: #FF7BC4; }
span { border-color: rgb(255,123,196); }
td.TdClassName
{
border-color: #FF7BC4;
}
.TagClassName
{
border-color: #FF7BC4;
}
</style>