Shades of Tea Rose #FF92BF
Tints of Tea Rose #FF92BF
RGB
CMYK
RGB Variations
Color information
#FF92BF (or 0xFF92BF) is known color: Tea Rose. HEX triplet: FF, 92 and BF. RGB value is (255,146,191). Sum of RGB (Red+Green+Blue) = 255+146+191=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 146 (57.42% from 255 or 24.66% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF92BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF92BF is #006D40. Grayscale: #B7B7B7. Windows color (decimal): -27969 or 12555007. OLE color: 12555007.
HSL color Cylindrical-coordinate representation of color #FF92BF: hue angle of 335.23º 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 #FF92BF is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 191 | - |
| CMYK | 0 | 0.43 | 0.25 | 0 |
| HSL | 335.23º | 1% | 0.79% | - |
| HSV(B) | 335.23º | 0.43% | 1% | - |
| XYZ | 60.92 | 45.58 | 54.88 | - |
| YUV | 183.72 | 132.11 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 191 | 0 | 0.43 | 0.25 | 0 | 335.23 | 1 | 0.79 |
| Hex | FF | 92 | BF | 0 | 2B | 19 | 0 | 14F | 64 | 4F |
| Octal | 377 | 222 | 277 | 0 | 53 | 31 | 0 | 517 | 144 | 117 |
| Binary | 11111111 | 10010010 | 10111111 | 0 | 101011 | 11001 | 0 | 101001111 | 1100100 | 1001111 |
Color Harmonies of #FF92BF
Complementary color
Monochromatic Colors of #FF92BF
Black with #FF92BF
Text Example
Text Example
White with #FF92BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF92BF; }
p { color: rgb(255,146,191); }
H1.HeaderClassName
{
color: #FF92BF;
}
.AnyTagClassName
{
color: #FF92BF;
}
</style>
background-color css
<style>
a { background-color: #FF92BF; }
a { background-color: rgb(255,146,191); }
div.DivClassName
{
background-color: #FF92BF;
}
.BgClassName
{
background-color: #FF92BF;
}
</style>
border-color css
<style>
span { border-color: #FF92BF; }
span { border-color: rgb(255,146,191); }
td.TdClassName
{
border-color: #FF92BF;
}
.TagClassName
{
border-color: #FF92BF;
}
</style>