Shades of Tea Rose #F07BCF
Tints of Tea Rose #F07BCF
RGB
CMYK
RGB Variations
Color information
#F07BCF (or 0xF07BCF) is known color: Tea Rose. HEX triplet: F0, 7B and CF. RGB value is (240,123,207). Sum of RGB (Red+Green+Blue) = 240+123+207=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 123 (48.44% from 255 or 21.58% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07BCF is #0F8430. Grayscale: #A7A7A7. Windows color (decimal): -1016881 or 13597680. OLE color: 13597680.
HSL color Cylindrical-coordinate representation of color #F07BCF: hue angle of 316.92º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07BCF is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 123 | 207 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.06 |
| HSL | 316.92º | 0.8% | 0.71% | - |
| HSV(B) | 316.92º | 0.49% | 0.94% | - |
| XYZ | 54.28 | 37.2 | 63.35 | - |
| YUV | 167.56 | 150.26 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 123 | 207 | 0 | 0.49 | 0.14 | 0.06 | 316.92 | 0.8 | 0.71 |
| Hex | F0 | 7B | CF | 0 | 31 | E | 6 | 13D | 50 | 47 |
| Octal | 360 | 173 | 317 | 0 | 61 | 16 | 6 | 475 | 120 | 107 |
| Binary | 11110000 | 1111011 | 11001111 | 0 | 110001 | 1110 | 110 | 100111101 | 1010000 | 1000111 |
Color Harmonies of #F07BCF
Complementary color
Monochromatic Colors of #F07BCF
Black with #F07BCF
Text Example
Text Example
White with #F07BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07BCF; }
p { color: rgb(240,123,207); }
H1.HeaderClassName
{
color: #F07BCF;
}
.AnyTagClassName
{
color: #F07BCF;
}
</style>
background-color css
<style>
a { background-color: #F07BCF; }
a { background-color: rgb(240,123,207); }
div.DivClassName
{
background-color: #F07BCF;
}
.BgClassName
{
background-color: #F07BCF;
}
</style>
border-color css
<style>
span { border-color: #F07BCF; }
span { border-color: rgb(240,123,207); }
td.TdClassName
{
border-color: #F07BCF;
}
.TagClassName
{
border-color: #F07BCF;
}
</style>