Shades of Tea Rose #FF91C0
Tints of Tea Rose #FF91C0
RGB
CMYK
RGB Variations
Color information
#FF91C0 (or 0xFF91C0) is known color: Tea Rose. HEX triplet: FF, 91 and C0. RGB value is (255,145,192). Sum of RGB (Red+Green+Blue) = 255+145+192=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 145 (57.03% from 255 or 24.49% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF91C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF91C0 is #006E3F. Grayscale: #B7B7B7. Windows color (decimal): -28224 or 12620287. OLE color: 12620287.
HSL color Cylindrical-coordinate representation of color #FF91C0: hue angle of 334.36º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FF91C0 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 192 | - |
| CMYK | 0 | 0.43 | 0.25 | 0 |
| HSL | 334.36º | 1% | 0.78% | - |
| HSV(B) | 334.36º | 0.43% | 1% | - |
| XYZ | 60.88 | 45.32 | 55.41 | - |
| YUV | 183.25 | 132.94 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 192 | 0 | 0.43 | 0.25 | 0 | 334.36 | 1 | 0.78 |
| Hex | FF | 91 | C0 | 0 | 2B | 19 | 0 | 14E | 64 | 4E |
| Octal | 377 | 221 | 300 | 0 | 53 | 31 | 0 | 516 | 144 | 116 |
| Binary | 11111111 | 10010001 | 11000000 | 0 | 101011 | 11001 | 0 | 101001110 | 1100100 | 1001110 |
Color Harmonies of #FF91C0
Complementary color
Monochromatic Colors of #FF91C0
Black with #FF91C0
Text Example
Text Example
White with #FF91C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF91C0; }
p { color: rgb(255,145,192); }
H1.HeaderClassName
{
color: #FF91C0;
}
.AnyTagClassName
{
color: #FF91C0;
}
</style>
background-color css
<style>
a { background-color: #FF91C0; }
a { background-color: rgb(255,145,192); }
div.DivClassName
{
background-color: #FF91C0;
}
.BgClassName
{
background-color: #FF91C0;
}
</style>
border-color css
<style>
span { border-color: #FF91C0; }
span { border-color: rgb(255,145,192); }
td.TdClassName
{
border-color: #FF91C0;
}
.TagClassName
{
border-color: #FF91C0;
}
</style>