Shades of Tea Rose #F992CE
Tints of Tea Rose #F992CE
RGB
CMYK
RGB Variations
Color information
#F992CE (or 0xF992CE) is known color: Tea Rose. HEX triplet: F9, 92 and CE. RGB value is (249,146,206). Sum of RGB (Red+Green+Blue) = 249+146+206=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 146 (57.42% from 255 or 24.29% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F992CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F992CE is #066D31. Grayscale: #B7B7B7. Windows color (decimal): -421170 or 13538041. OLE color: 13538041.
HSL color Cylindrical-coordinate representation of color #F992CE: hue angle of 325.05º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F992CE is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 206 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.02 |
| HSL | 325.05º | 0.9% | 0.77% | - |
| HSV(B) | 325.05º | 0.41% | 0.98% | - |
| XYZ | 60.49 | 45.15 | 63.92 | - |
| YUV | 183.64 | 140.62 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 206 | 0 | 0.41 | 0.17 | 0.02 | 325.05 | 0.9 | 0.77 |
| Hex | F9 | 92 | CE | 0 | 29 | 11 | 2 | 145 | 5A | 4D |
| Octal | 371 | 222 | 316 | 0 | 51 | 21 | 2 | 505 | 132 | 115 |
| Binary | 11111001 | 10010010 | 11001110 | 0 | 101001 | 10001 | 10 | 101000101 | 1011010 | 1001101 |
Color Harmonies of #F992CE
Complementary color
Monochromatic Colors of #F992CE
Black with #F992CE
Text Example
Text Example
White with #F992CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F992CE; }
p { color: rgb(249,146,206); }
H1.HeaderClassName
{
color: #F992CE;
}
.AnyTagClassName
{
color: #F992CE;
}
</style>
background-color css
<style>
a { background-color: #F992CE; }
a { background-color: rgb(249,146,206); }
div.DivClassName
{
background-color: #F992CE;
}
.BgClassName
{
background-color: #F992CE;
}
</style>
border-color css
<style>
span { border-color: #F992CE; }
span { border-color: rgb(249,146,206); }
td.TdClassName
{
border-color: #F992CE;
}
.TagClassName
{
border-color: #F992CE;
}
</style>