Shades of Tea Rose #F08ACF
Tints of Tea Rose #F08ACF
RGB
CMYK
RGB Variations
Color information
#F08ACF (or 0xF08ACF) is known color: Tea Rose. HEX triplet: F0, 8A and CF. RGB value is (240,138,207). Sum of RGB (Red+Green+Blue) = 240+138+207=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F08ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08ACF is #0F7530. Grayscale: #B0B0B0. Windows color (decimal): -1013041 or 13601520. OLE color: 13601520.
HSL color Cylindrical-coordinate representation of color #F08ACF: hue angle of 319.41º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08ACF is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 207 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.06 |
| HSL | 319.41º | 0.77% | 0.74% | - |
| HSV(B) | 319.41º | 0.43% | 0.94% | - |
| XYZ | 56.29 | 41.21 | 64.02 | - |
| YUV | 176.36 | 145.29 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 207 | 0 | 0.42 | 0.14 | 0.06 | 319.41 | 0.77 | 0.74 |
| Hex | F0 | 8A | CF | 0 | 2A | E | 6 | 13F | 4D | 4A |
| Octal | 360 | 212 | 317 | 0 | 52 | 16 | 6 | 477 | 115 | 112 |
| Binary | 11110000 | 10001010 | 11001111 | 0 | 101010 | 1110 | 110 | 100111111 | 1001101 | 1001010 |
Color Harmonies of #F08ACF
Complementary color
Monochromatic Colors of #F08ACF
Black with #F08ACF
Text Example
Text Example
White with #F08ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08ACF; }
p { color: rgb(240,138,207); }
H1.HeaderClassName
{
color: #F08ACF;
}
.AnyTagClassName
{
color: #F08ACF;
}
</style>
background-color css
<style>
a { background-color: #F08ACF; }
a { background-color: rgb(240,138,207); }
div.DivClassName
{
background-color: #F08ACF;
}
.BgClassName
{
background-color: #F08ACF;
}
</style>
border-color css
<style>
span { border-color: #F08ACF; }
span { border-color: rgb(240,138,207); }
td.TdClassName
{
border-color: #F08ACF;
}
.TagClassName
{
border-color: #F08ACF;
}
</style>