Shades of Tea Rose #F98FC1
Tints of Tea Rose #F98FC1
RGB
CMYK
RGB Variations
Color information
#F98FC1 (or 0xF98FC1) is known color: Tea Rose. HEX triplet: F9, 8F and C1. RGB value is (249,143,193). Sum of RGB (Red+Green+Blue) = 249+143+193=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98FC1 is #06703E. Grayscale: #B4B4B4. Windows color (decimal): -421951 or 12685305. OLE color: 12685305.
HSL color Cylindrical-coordinate representation of color #F98FC1: hue angle of 331.7º 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 #F98FC1 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 193 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.02 |
| HSL | 331.7º | 0.9% | 0.77% | - |
| HSV(B) | 331.7º | 0.43% | 0.98% | - |
| XYZ | 58.52 | 43.63 | 55.79 | - |
| YUV | 180.39 | 135.12 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 193 | 0 | 0.43 | 0.22 | 0.02 | 331.7 | 0.9 | 0.77 |
| Hex | F9 | 8F | C1 | 0 | 2B | 16 | 2 | 14C | 5A | 4D |
| Octal | 371 | 217 | 301 | 0 | 53 | 26 | 2 | 514 | 132 | 115 |
| Binary | 11111001 | 10001111 | 11000001 | 0 | 101011 | 10110 | 10 | 101001100 | 1011010 | 1001101 |
Color Harmonies of #F98FC1
Complementary color
Monochromatic Colors of #F98FC1
Black with #F98FC1
Text Example
Text Example
White with #F98FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98FC1; }
p { color: rgb(249,143,193); }
H1.HeaderClassName
{
color: #F98FC1;
}
.AnyTagClassName
{
color: #F98FC1;
}
</style>
background-color css
<style>
a { background-color: #F98FC1; }
a { background-color: rgb(249,143,193); }
div.DivClassName
{
background-color: #F98FC1;
}
.BgClassName
{
background-color: #F98FC1;
}
</style>
border-color css
<style>
span { border-color: #F98FC1; }
span { border-color: rgb(249,143,193); }
td.TdClassName
{
border-color: #F98FC1;
}
.TagClassName
{
border-color: #F98FC1;
}
</style>