Shades of Tea Rose #FF91D0
Tints of Tea Rose #FF91D0
RGB
CMYK
RGB Variations
Color information
#FF91D0 (or 0xFF91D0) is known color: Tea Rose. HEX triplet: FF, 91 and D0. RGB value is (255,145,208). Sum of RGB (Red+Green+Blue) = 255+145+208=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 145 (57.03% from 255 or 23.85% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FF91D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF91D0 is #006E2F. Grayscale: #B8B8B8. Windows color (decimal): -28208 or 13668863. OLE color: 13668863.
HSL color Cylindrical-coordinate representation of color #FF91D0: hue angle of 325.64º 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 #FF91D0 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 208 | - |
| CMYK | 0 | 0.43 | 0.18 | 0 |
| HSL | 325.64º | 1% | 0.78% | - |
| HSV(B) | 325.64º | 0.43% | 1% | - |
| XYZ | 62.75 | 46.06 | 65.26 | - |
| YUV | 185.07 | 140.94 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 208 | 0 | 0.43 | 0.18 | 0 | 325.64 | 1 | 0.78 |
| Hex | FF | 91 | D0 | 0 | 2B | 12 | 0 | 146 | 64 | 4E |
| Octal | 377 | 221 | 320 | 0 | 53 | 22 | 0 | 506 | 144 | 116 |
| Binary | 11111111 | 10010001 | 11010000 | 0 | 101011 | 10010 | 0 | 101000110 | 1100100 | 1001110 |
Color Harmonies of #FF91D0
Complementary color
Monochromatic Colors of #FF91D0
Black with #FF91D0
Text Example
Text Example
White with #FF91D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF91D0; }
p { color: rgb(255,145,208); }
H1.HeaderClassName
{
color: #FF91D0;
}
.AnyTagClassName
{
color: #FF91D0;
}
</style>
background-color css
<style>
a { background-color: #FF91D0; }
a { background-color: rgb(255,145,208); }
div.DivClassName
{
background-color: #FF91D0;
}
.BgClassName
{
background-color: #FF91D0;
}
</style>
border-color css
<style>
span { border-color: #FF91D0; }
span { border-color: rgb(255,145,208); }
td.TdClassName
{
border-color: #FF91D0;
}
.TagClassName
{
border-color: #FF91D0;
}
</style>