Shades of Tea Rose #F98FCB
Tints of Tea Rose #F98FCB
RGB
CMYK
RGB Variations
Color information
#F98FCB (or 0xF98FCB) is known color: Tea Rose. HEX triplet: F9, 8F and CB. RGB value is (249,143,203). Sum of RGB (Red+Green+Blue) = 249+143+203=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 143 (56.25% from 255 or 24.03% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98FCB is #067034. Grayscale: #B5B5B5. Windows color (decimal): -421941 or 13340665. OLE color: 13340665.
HSL color Cylindrical-coordinate representation of color #F98FCB: hue angle of 326.04º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F98FCB is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 203 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.02 |
| HSL | 326.04º | 0.9% | 0.77% | - |
| HSV(B) | 326.04º | 0.43% | 0.98% | - |
| XYZ | 59.67 | 44.1 | 61.87 | - |
| YUV | 181.53 | 140.12 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 203 | 0 | 0.43 | 0.18 | 0.02 | 326.04 | 0.9 | 0.77 |
| Hex | F9 | 8F | CB | 0 | 2B | 12 | 2 | 146 | 5A | 4D |
| Octal | 371 | 217 | 313 | 0 | 53 | 22 | 2 | 506 | 132 | 115 |
| Binary | 11111001 | 10001111 | 11001011 | 0 | 101011 | 10010 | 10 | 101000110 | 1011010 | 1001101 |
Color Harmonies of #F98FCB
Complementary color
Monochromatic Colors of #F98FCB
Black with #F98FCB
Text Example
Text Example
White with #F98FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98FCB; }
p { color: rgb(249,143,203); }
H1.HeaderClassName
{
color: #F98FCB;
}
.AnyTagClassName
{
color: #F98FCB;
}
</style>
background-color css
<style>
a { background-color: #F98FCB; }
a { background-color: rgb(249,143,203); }
div.DivClassName
{
background-color: #F98FCB;
}
.BgClassName
{
background-color: #F98FCB;
}
</style>
border-color css
<style>
span { border-color: #F98FCB; }
span { border-color: rgb(249,143,203); }
td.TdClassName
{
border-color: #F98FCB;
}
.TagClassName
{
border-color: #F98FCB;
}
</style>