Shades of Tea Rose #F991D0
Tints of Tea Rose #F991D0
RGB
CMYK
RGB Variations
Color information
#F991D0 (or 0xF991D0) is known color: Tea Rose. HEX triplet: F9, 91 and D0. RGB value is (249,145,208). Sum of RGB (Red+Green+Blue) = 249+145+208=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 145 (57.03% from 255 or 24.09% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F991D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F991D0 is #066E2F. Grayscale: #B7B7B7. Windows color (decimal): -421424 or 13668857. OLE color: 13668857.
HSL color Cylindrical-coordinate representation of color #F991D0: hue angle of 323.65º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F991D0 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 208 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.02 |
| HSL | 323.65º | 0.9% | 0.77% | - |
| HSV(B) | 323.65º | 0.42% | 0.98% | - |
| XYZ | 60.58 | 44.94 | 65.16 | - |
| YUV | 183.28 | 141.96 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 208 | 0 | 0.42 | 0.16 | 0.02 | 323.65 | 0.9 | 0.77 |
| Hex | F9 | 91 | D0 | 0 | 2A | 10 | 2 | 144 | 5A | 4D |
| Octal | 371 | 221 | 320 | 0 | 52 | 20 | 2 | 504 | 132 | 115 |
| Binary | 11111001 | 10010001 | 11010000 | 0 | 101010 | 10000 | 10 | 101000100 | 1011010 | 1001101 |
Color Harmonies of #F991D0
Complementary color
Monochromatic Colors of #F991D0
Black with #F991D0
Text Example
Text Example
White with #F991D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F991D0; }
p { color: rgb(249,145,208); }
H1.HeaderClassName
{
color: #F991D0;
}
.AnyTagClassName
{
color: #F991D0;
}
</style>
background-color css
<style>
a { background-color: #F991D0; }
a { background-color: rgb(249,145,208); }
div.DivClassName
{
background-color: #F991D0;
}
.BgClassName
{
background-color: #F991D0;
}
</style>
border-color css
<style>
span { border-color: #F991D0; }
span { border-color: rgb(249,145,208); }
td.TdClassName
{
border-color: #F991D0;
}
.TagClassName
{
border-color: #F991D0;
}
</style>