Shades of Tea Rose #F98FC8
Tints of Tea Rose #F98FC8
RGB
CMYK
RGB Variations
Color information
#F98FC8 (or 0xF98FC8) is known color: Tea Rose. HEX triplet: F9, 8F and C8. RGB value is (249,143,200). Sum of RGB (Red+Green+Blue) = 249+143+200=592 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.06% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98FC8 is #067037. Grayscale: #B5B5B5. Windows color (decimal): -421944 or 13144057. OLE color: 13144057.
HSL color Cylindrical-coordinate representation of color #F98FC8: hue angle of 327.74º 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 #F98FC8 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 200 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.02 |
| HSL | 327.74º | 0.9% | 0.77% | - |
| HSV(B) | 327.74º | 0.43% | 0.98% | - |
| XYZ | 59.31 | 43.95 | 60 | - |
| YUV | 181.19 | 138.62 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 200 | 0 | 0.43 | 0.20 | 0.02 | 327.74 | 0.9 | 0.77 |
| Hex | F9 | 8F | C8 | 0 | 2B | 14 | 2 | 148 | 5A | 4D |
| Octal | 371 | 217 | 310 | 0 | 53 | 24 | 2 | 510 | 132 | 115 |
| Binary | 11111001 | 10001111 | 11001000 | 0 | 101011 | 10100 | 10 | 101001000 | 1011010 | 1001101 |
Color Harmonies of #F98FC8
Complementary color
Monochromatic Colors of #F98FC8
Black with #F98FC8
Text Example
Text Example
White with #F98FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98FC8; }
p { color: rgb(249,143,200); }
H1.HeaderClassName
{
color: #F98FC8;
}
.AnyTagClassName
{
color: #F98FC8;
}
</style>
background-color css
<style>
a { background-color: #F98FC8; }
a { background-color: rgb(249,143,200); }
div.DivClassName
{
background-color: #F98FC8;
}
.BgClassName
{
background-color: #F98FC8;
}
</style>
border-color css
<style>
span { border-color: #F98FC8; }
span { border-color: rgb(249,143,200); }
td.TdClassName
{
border-color: #F98FC8;
}
.TagClassName
{
border-color: #F98FC8;
}
</style>