Shades of Tea Rose #FF92C0
Tints of Tea Rose #FF92C0
RGB
CMYK
RGB Variations
Color information
#FF92C0 (or 0xFF92C0) is known color: Tea Rose. HEX triplet: FF, 92 and C0. RGB value is (255,146,192). Sum of RGB (Red+Green+Blue) = 255+146+192=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 146 (57.42% from 255 or 24.62% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FF92C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF92C0 is #006D3F. Grayscale: #B7B7B7. Windows color (decimal): -27968 or 12620543. OLE color: 12620543.
HSL color Cylindrical-coordinate representation of color #FF92C0: hue angle of 334.68º 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 #FF92C0 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 192 | - |
| CMYK | 0 | 0.43 | 0.25 | 0 |
| HSL | 334.68º | 1% | 0.79% | - |
| HSV(B) | 334.68º | 0.43% | 1% | - |
| XYZ | 61.03 | 45.62 | 55.46 | - |
| YUV | 183.84 | 132.61 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 192 | 0 | 0.43 | 0.25 | 0 | 334.68 | 1 | 0.79 |
| Hex | FF | 92 | C0 | 0 | 2B | 19 | 0 | 14F | 64 | 4F |
| Octal | 377 | 222 | 300 | 0 | 53 | 31 | 0 | 517 | 144 | 117 |
| Binary | 11111111 | 10010010 | 11000000 | 0 | 101011 | 11001 | 0 | 101001111 | 1100100 | 1001111 |
Color Harmonies of #FF92C0
Complementary color
Monochromatic Colors of #FF92C0
Black with #FF92C0
Text Example
Text Example
White with #FF92C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF92C0; }
p { color: rgb(255,146,192); }
H1.HeaderClassName
{
color: #FF92C0;
}
.AnyTagClassName
{
color: #FF92C0;
}
</style>
background-color css
<style>
a { background-color: #FF92C0; }
a { background-color: rgb(255,146,192); }
div.DivClassName
{
background-color: #FF92C0;
}
.BgClassName
{
background-color: #FF92C0;
}
</style>
border-color css
<style>
span { border-color: #FF92C0; }
span { border-color: rgb(255,146,192); }
td.TdClassName
{
border-color: #FF92C0;
}
.TagClassName
{
border-color: #FF92C0;
}
</style>