Shades of Tea Rose #F98ACF
Tints of Tea Rose #F98ACF
RGB
CMYK
RGB Variations
Color information
#F98ACF (or 0xF98ACF) is known color: Tea Rose. HEX triplet: F9, 8A and CF. RGB value is (249,138,207). Sum of RGB (Red+Green+Blue) = 249+138+207=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 138 (54.30% from 255 or 23.23% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F98ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98ACF is #067530. Grayscale: #B2B2B2. Windows color (decimal): -423217 or 13601529. OLE color: 13601529.
HSL color Cylindrical-coordinate representation of color #F98ACF: hue angle of 322.7º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F98ACF is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 207 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.02 |
| HSL | 322.7º | 0.9% | 0.76% | - |
| HSV(B) | 322.7º | 0.45% | 0.98% | - |
| XYZ | 59.42 | 42.82 | 64.17 | - |
| YUV | 179.06 | 143.77 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 207 | 0 | 0.45 | 0.17 | 0.02 | 322.7 | 0.9 | 0.76 |
| Hex | F9 | 8A | CF | 0 | 2D | 11 | 2 | 143 | 5A | 4C |
| Octal | 371 | 212 | 317 | 0 | 55 | 21 | 2 | 503 | 132 | 114 |
| Binary | 11111001 | 10001010 | 11001111 | 0 | 101101 | 10001 | 10 | 101000011 | 1011010 | 1001100 |
Color Harmonies of #F98ACF
Complementary color
Monochromatic Colors of #F98ACF
Black with #F98ACF
Text Example
Text Example
White with #F98ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98ACF; }
p { color: rgb(249,138,207); }
H1.HeaderClassName
{
color: #F98ACF;
}
.AnyTagClassName
{
color: #F98ACF;
}
</style>
background-color css
<style>
a { background-color: #F98ACF; }
a { background-color: rgb(249,138,207); }
div.DivClassName
{
background-color: #F98ACF;
}
.BgClassName
{
background-color: #F98ACF;
}
</style>
border-color css
<style>
span { border-color: #F98ACF; }
span { border-color: rgb(249,138,207); }
td.TdClassName
{
border-color: #F98ACF;
}
.TagClassName
{
border-color: #F98ACF;
}
</style>