Shades of Tea Rose #F98FD2
Tints of Tea Rose #F98FD2
RGB
CMYK
RGB Variations
Color information
#F98FD2 (or 0xF98FD2) is known color: Tea Rose. HEX triplet: F9, 8F and D2. RGB value is (249,143,210). Sum of RGB (Red+Green+Blue) = 249+143+210=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 143 (56.25% from 255 or 23.75% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98FD2 is #06702D. Grayscale: #B6B6B6. Windows color (decimal): -421934 or 13799417. OLE color: 13799417.
HSL color Cylindrical-coordinate representation of color #F98FD2: hue angle of 322.08º 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 #F98FD2 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 210 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.02 |
| HSL | 322.08º | 0.9% | 0.77% | - |
| HSV(B) | 322.08º | 0.43% | 0.98% | - |
| XYZ | 60.52 | 44.44 | 66.36 | - |
| YUV | 182.33 | 143.62 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 210 | 0 | 0.43 | 0.16 | 0.02 | 322.08 | 0.9 | 0.77 |
| Hex | F9 | 8F | D2 | 0 | 2B | 10 | 2 | 142 | 5A | 4D |
| Octal | 371 | 217 | 322 | 0 | 53 | 20 | 2 | 502 | 132 | 115 |
| Binary | 11111001 | 10001111 | 11010010 | 0 | 101011 | 10000 | 10 | 101000010 | 1011010 | 1001101 |
Color Harmonies of #F98FD2
Complementary color
Monochromatic Colors of #F98FD2
Black with #F98FD2
Text Example
Text Example
White with #F98FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98FD2; }
p { color: rgb(249,143,210); }
H1.HeaderClassName
{
color: #F98FD2;
}
.AnyTagClassName
{
color: #F98FD2;
}
</style>
background-color css
<style>
a { background-color: #F98FD2; }
a { background-color: rgb(249,143,210); }
div.DivClassName
{
background-color: #F98FD2;
}
.BgClassName
{
background-color: #F98FD2;
}
</style>
border-color css
<style>
span { border-color: #F98FD2; }
span { border-color: rgb(249,143,210); }
td.TdClassName
{
border-color: #F98FD2;
}
.TagClassName
{
border-color: #F98FD2;
}
</style>