Shades of Tea Rose #F992CA
Tints of Tea Rose #F992CA
RGB
CMYK
RGB Variations
Color information
#F992CA (or 0xF992CA) is known color: Tea Rose. HEX triplet: F9, 92 and CA. RGB value is (249,146,202). Sum of RGB (Red+Green+Blue) = 249+146+202=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 146 (57.42% from 255 or 24.46% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F992CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F992CA is #066D35. Grayscale: #B7B7B7. Windows color (decimal): -421174 or 13275897. OLE color: 13275897.
HSL color Cylindrical-coordinate representation of color #F992CA: hue angle of 327.38º 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 #F992CA is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 202 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.02 |
| HSL | 327.38º | 0.9% | 0.77% | - |
| HSV(B) | 327.38º | 0.41% | 0.98% | - |
| XYZ | 60.01 | 44.96 | 61.39 | - |
| YUV | 183.18 | 138.62 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 202 | 0 | 0.41 | 0.19 | 0.02 | 327.38 | 0.9 | 0.77 |
| Hex | F9 | 92 | CA | 0 | 29 | 13 | 2 | 147 | 5A | 4D |
| Octal | 371 | 222 | 312 | 0 | 51 | 23 | 2 | 507 | 132 | 115 |
| Binary | 11111001 | 10010010 | 11001010 | 0 | 101001 | 10011 | 10 | 101000111 | 1011010 | 1001101 |
Color Harmonies of #F992CA
Complementary color
Monochromatic Colors of #F992CA
Black with #F992CA
Text Example
Text Example
White with #F992CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F992CA; }
p { color: rgb(249,146,202); }
H1.HeaderClassName
{
color: #F992CA;
}
.AnyTagClassName
{
color: #F992CA;
}
</style>
background-color css
<style>
a { background-color: #F992CA; }
a { background-color: rgb(249,146,202); }
div.DivClassName
{
background-color: #F992CA;
}
.BgClassName
{
background-color: #F992CA;
}
</style>
border-color css
<style>
span { border-color: #F992CA; }
span { border-color: rgb(249,146,202); }
td.TdClassName
{
border-color: #F992CA;
}
.TagClassName
{
border-color: #F992CA;
}
</style>