Shades of Tea Rose #F98BCD
Tints of Tea Rose #F98BCD
RGB
CMYK
RGB Variations
Color information
#F98BCD (or 0xF98BCD) is known color: Tea Rose. HEX triplet: F9, 8B and CD. RGB value is (249,139,205). Sum of RGB (Red+Green+Blue) = 249+139+205=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 139 (54.69% from 255 or 23.44% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F98BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98BCD is #067432. Grayscale: #B3B3B3. Windows color (decimal): -422963 or 13470713. OLE color: 13470713.
HSL color Cylindrical-coordinate representation of color #F98BCD: hue angle of 324º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F98BCD is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 139 | 205 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.02 |
| HSL | 324º | 0.9% | 0.76% | - |
| HSV(B) | 324º | 0.44% | 0.98% | - |
| XYZ | 59.32 | 43.01 | 62.93 | - |
| YUV | 179.41 | 142.44 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 139 | 205 | 0 | 0.44 | 0.18 | 0.02 | 324 | 0.9 | 0.76 |
| Hex | F9 | 8B | CD | 0 | 2C | 12 | 2 | 144 | 5A | 4C |
| Octal | 371 | 213 | 315 | 0 | 54 | 22 | 2 | 504 | 132 | 114 |
| Binary | 11111001 | 10001011 | 11001101 | 0 | 101100 | 10010 | 10 | 101000100 | 1011010 | 1001100 |
Color Harmonies of #F98BCD
Complementary color
Monochromatic Colors of #F98BCD
Black with #F98BCD
Text Example
Text Example
White with #F98BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98BCD; }
p { color: rgb(249,139,205); }
H1.HeaderClassName
{
color: #F98BCD;
}
.AnyTagClassName
{
color: #F98BCD;
}
</style>
background-color css
<style>
a { background-color: #F98BCD; }
a { background-color: rgb(249,139,205); }
div.DivClassName
{
background-color: #F98BCD;
}
.BgClassName
{
background-color: #F98BCD;
}
</style>
border-color css
<style>
span { border-color: #F98BCD; }
span { border-color: rgb(249,139,205); }
td.TdClassName
{
border-color: #F98BCD;
}
.TagClassName
{
border-color: #F98BCD;
}
</style>