Shades of Tea Rose #F08ACC
Tints of Tea Rose #F08ACC
RGB
CMYK
RGB Variations
Color information
#F08ACC (or 0xF08ACC) is known color: Tea Rose. HEX triplet: F0, 8A and CC. RGB value is (240,138,204). Sum of RGB (Red+Green+Blue) = 240+138+204=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 138 (54.30% from 255 or 23.71% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F08ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08ACC is #0F7533. Grayscale: #AFAFAF. Windows color (decimal): -1013044 or 13404912. OLE color: 13404912.
HSL color Cylindrical-coordinate representation of color #F08ACC: hue angle of 321.18º 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 #F08ACC is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 204 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.06 |
| HSL | 321.18º | 0.77% | 0.74% | - |
| HSV(B) | 321.18º | 0.43% | 0.94% | - |
| XYZ | 55.92 | 41.06 | 62.11 | - |
| YUV | 176.02 | 143.79 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 204 | 0 | 0.42 | 0.15 | 0.06 | 321.18 | 0.77 | 0.74 |
| Hex | F0 | 8A | CC | 0 | 2A | F | 6 | 141 | 4D | 4A |
| Octal | 360 | 212 | 314 | 0 | 52 | 17 | 6 | 501 | 115 | 112 |
| Binary | 11110000 | 10001010 | 11001100 | 0 | 101010 | 1111 | 110 | 101000001 | 1001101 | 1001010 |
Color Harmonies of #F08ACC
Complementary color
Monochromatic Colors of #F08ACC
Black with #F08ACC
Text Example
Text Example
White with #F08ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08ACC; }
p { color: rgb(240,138,204); }
H1.HeaderClassName
{
color: #F08ACC;
}
.AnyTagClassName
{
color: #F08ACC;
}
</style>
background-color css
<style>
a { background-color: #F08ACC; }
a { background-color: rgb(240,138,204); }
div.DivClassName
{
background-color: #F08ACC;
}
.BgClassName
{
background-color: #F08ACC;
}
</style>
border-color css
<style>
span { border-color: #F08ACC; }
span { border-color: rgb(240,138,204); }
td.TdClassName
{
border-color: #F08ACC;
}
.TagClassName
{
border-color: #F08ACC;
}
</style>