Shades of Tea Rose #FF92CF
Tints of Tea Rose #FF92CF
RGB
CMYK
RGB Variations
Color information
#FF92CF (or 0xFF92CF) is known color: Tea Rose. HEX triplet: FF, 92 and CF. RGB value is (255,146,207). Sum of RGB (Red+Green+Blue) = 255+146+207=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 146 (57.42% from 255 or 24.01% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FF92CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF92CF is #006D30. Grayscale: #B9B9B9. Windows color (decimal): -27953 or 13603583. OLE color: 13603583.
HSL color Cylindrical-coordinate representation of color #FF92CF: hue angle of 326.42º 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 #FF92CF is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 207 | - |
| CMYK | 0 | 0.43 | 0.19 | 0 |
| HSL | 326.42º | 1% | 0.79% | - |
| HSV(B) | 326.42º | 0.43% | 1% | - |
| XYZ | 62.78 | 46.32 | 64.66 | - |
| YUV | 185.55 | 140.11 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 207 | 0 | 0.43 | 0.19 | 0 | 326.42 | 1 | 0.79 |
| Hex | FF | 92 | CF | 0 | 2B | 13 | 0 | 146 | 64 | 4F |
| Octal | 377 | 222 | 317 | 0 | 53 | 23 | 0 | 506 | 144 | 117 |
| Binary | 11111111 | 10010010 | 11001111 | 0 | 101011 | 10011 | 0 | 101000110 | 1100100 | 1001111 |
Color Harmonies of #FF92CF
Complementary color
Monochromatic Colors of #FF92CF
Black with #FF92CF
Text Example
Text Example
White with #FF92CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF92CF; }
p { color: rgb(255,146,207); }
H1.HeaderClassName
{
color: #FF92CF;
}
.AnyTagClassName
{
color: #FF92CF;
}
</style>
background-color css
<style>
a { background-color: #FF92CF; }
a { background-color: rgb(255,146,207); }
div.DivClassName
{
background-color: #FF92CF;
}
.BgClassName
{
background-color: #FF92CF;
}
</style>
border-color css
<style>
span { border-color: #FF92CF; }
span { border-color: rgb(255,146,207); }
td.TdClassName
{
border-color: #FF92CF;
}
.TagClassName
{
border-color: #FF92CF;
}
</style>