Shades of Tea Rose #FF92D0
Tints of Tea Rose #FF92D0
RGB
CMYK
RGB Variations
Color information
#FF92D0 (or 0xFF92D0) is known color: Tea Rose. HEX triplet: FF, 92 and D0. RGB value is (255,146,208). Sum of RGB (Red+Green+Blue) = 255+146+208=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 146 (57.42% from 255 or 23.97% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FF92D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF92D0 is #006D2F. Grayscale: #B9B9B9. Windows color (decimal): -27952 or 13669119. OLE color: 13669119.
HSL color Cylindrical-coordinate representation of color #FF92D0: hue angle of 325.87º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FF92D0 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 208 | - |
| CMYK | 0 | 0.43 | 0.18 | 0 |
| HSL | 325.87º | 1% | 0.79% | - |
| HSV(B) | 325.87º | 0.43% | 1% | - |
| XYZ | 62.9 | 46.37 | 65.31 | - |
| YUV | 185.66 | 140.61 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 208 | 0 | 0.43 | 0.18 | 0 | 325.87 | 1 | 0.79 |
| Hex | FF | 92 | D0 | 0 | 2B | 12 | 0 | 146 | 64 | 4F |
| Octal | 377 | 222 | 320 | 0 | 53 | 22 | 0 | 506 | 144 | 117 |
| Binary | 11111111 | 10010010 | 11010000 | 0 | 101011 | 10010 | 0 | 101000110 | 1100100 | 1001111 |
Color Harmonies of #FF92D0
Complementary color
Monochromatic Colors of #FF92D0
Black with #FF92D0
Text Example
Text Example
White with #FF92D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF92D0; }
p { color: rgb(255,146,208); }
H1.HeaderClassName
{
color: #FF92D0;
}
.AnyTagClassName
{
color: #FF92D0;
}
</style>
background-color css
<style>
a { background-color: #FF92D0; }
a { background-color: rgb(255,146,208); }
div.DivClassName
{
background-color: #FF92D0;
}
.BgClassName
{
background-color: #FF92D0;
}
</style>
border-color css
<style>
span { border-color: #FF92D0; }
span { border-color: rgb(255,146,208); }
td.TdClassName
{
border-color: #FF92D0;
}
.TagClassName
{
border-color: #FF92D0;
}
</style>