Shades of Tea Rose #FF91D2
Tints of Tea Rose #FF91D2
RGB
CMYK
RGB Variations
Color information
#FF91D2 (or 0xFF91D2) is known color: Tea Rose. HEX triplet: FF, 91 and D2. RGB value is (255,145,210). Sum of RGB (Red+Green+Blue) = 255+145+210=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 145 (57.03% from 255 or 23.77% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FF91D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF91D2 is #006E2D. Grayscale: #B9B9B9. Windows color (decimal): -28206 or 13799935. OLE color: 13799935.
HSL color Cylindrical-coordinate representation of color #FF91D2: hue angle of 324.55º 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 #FF91D2 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 210 | - |
| CMYK | 0 | 0.43 | 0.18 | 0 |
| HSL | 324.55º | 1% | 0.78% | - |
| HSV(B) | 324.55º | 0.43% | 1% | - |
| XYZ | 63 | 46.16 | 66.56 | - |
| YUV | 185.3 | 141.94 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 210 | 0 | 0.43 | 0.18 | 0 | 324.55 | 1 | 0.78 |
| Hex | FF | 91 | D2 | 0 | 2B | 12 | 0 | 145 | 64 | 4E |
| Octal | 377 | 221 | 322 | 0 | 53 | 22 | 0 | 505 | 144 | 116 |
| Binary | 11111111 | 10010001 | 11010010 | 0 | 101011 | 10010 | 0 | 101000101 | 1100100 | 1001110 |
Color Harmonies of #FF91D2
Complementary color
Monochromatic Colors of #FF91D2
Black with #FF91D2
Text Example
Text Example
White with #FF91D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF91D2; }
p { color: rgb(255,145,210); }
H1.HeaderClassName
{
color: #FF91D2;
}
.AnyTagClassName
{
color: #FF91D2;
}
</style>
background-color css
<style>
a { background-color: #FF91D2; }
a { background-color: rgb(255,145,210); }
div.DivClassName
{
background-color: #FF91D2;
}
.BgClassName
{
background-color: #FF91D2;
}
</style>
border-color css
<style>
span { border-color: #FF91D2; }
span { border-color: rgb(255,145,210); }
td.TdClassName
{
border-color: #FF91D2;
}
.TagClassName
{
border-color: #FF91D2;
}
</style>