Shades of Tea Rose #F98FCC
Tints of Tea Rose #F98FCC
RGB
CMYK
RGB Variations
Color information
#F98FCC (or 0xF98FCC) is known color: Tea Rose. HEX triplet: F9, 8F and CC. RGB value is (249,143,204). Sum of RGB (Red+Green+Blue) = 249+143+204=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 143 (56.25% from 255 or 23.99% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98FCC is #067033. Grayscale: #B5B5B5. Windows color (decimal): -421940 or 13406201. OLE color: 13406201.
HSL color Cylindrical-coordinate representation of color #F98FCC: hue angle of 325.47º 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 #F98FCC is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 204 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.02 |
| HSL | 325.47º | 0.9% | 0.77% | - |
| HSV(B) | 325.47º | 0.43% | 0.98% | - |
| XYZ | 59.79 | 44.14 | 62.5 | - |
| YUV | 181.65 | 140.62 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 204 | 0 | 0.43 | 0.18 | 0.02 | 325.47 | 0.9 | 0.77 |
| Hex | F9 | 8F | CC | 0 | 2B | 12 | 2 | 145 | 5A | 4D |
| Octal | 371 | 217 | 314 | 0 | 53 | 22 | 2 | 505 | 132 | 115 |
| Binary | 11111001 | 10001111 | 11001100 | 0 | 101011 | 10010 | 10 | 101000101 | 1011010 | 1001101 |
Color Harmonies of #F98FCC
Complementary color
Monochromatic Colors of #F98FCC
Black with #F98FCC
Text Example
Text Example
White with #F98FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98FCC; }
p { color: rgb(249,143,204); }
H1.HeaderClassName
{
color: #F98FCC;
}
.AnyTagClassName
{
color: #F98FCC;
}
</style>
background-color css
<style>
a { background-color: #F98FCC; }
a { background-color: rgb(249,143,204); }
div.DivClassName
{
background-color: #F98FCC;
}
.BgClassName
{
background-color: #F98FCC;
}
</style>
border-color css
<style>
span { border-color: #F98FCC; }
span { border-color: rgb(249,143,204); }
td.TdClassName
{
border-color: #F98FCC;
}
.TagClassName
{
border-color: #F98FCC;
}
</style>