Shades of Tea Rose #F07BCC
Tints of Tea Rose #F07BCC
RGB
CMYK
RGB Variations
Color information
#F07BCC (or 0xF07BCC) is known color: Tea Rose. HEX triplet: F0, 7B and CC. RGB value is (240,123,204). Sum of RGB (Red+Green+Blue) = 240+123+204=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 123 (48.44% from 255 or 21.69% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07BCC is #0F8433. Grayscale: #A7A7A7. Windows color (decimal): -1016884 or 13401072. OLE color: 13401072.
HSL color Cylindrical-coordinate representation of color #F07BCC: hue angle of 318.46º 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 #F07BCC is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 123 | 204 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.06 |
| HSL | 318.46º | 0.8% | 0.71% | - |
| HSV(B) | 318.46º | 0.49% | 0.94% | - |
| XYZ | 53.92 | 37.05 | 61.44 | - |
| YUV | 167.22 | 148.76 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 123 | 204 | 0 | 0.49 | 0.15 | 0.06 | 318.46 | 0.8 | 0.71 |
| Hex | F0 | 7B | CC | 0 | 31 | F | 6 | 13E | 50 | 47 |
| Octal | 360 | 173 | 314 | 0 | 61 | 17 | 6 | 476 | 120 | 107 |
| Binary | 11110000 | 1111011 | 11001100 | 0 | 110001 | 1111 | 110 | 100111110 | 1010000 | 1000111 |
Color Harmonies of #F07BCC
Complementary color
Monochromatic Colors of #F07BCC
Black with #F07BCC
Text Example
Text Example
White with #F07BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07BCC; }
p { color: rgb(240,123,204); }
H1.HeaderClassName
{
color: #F07BCC;
}
.AnyTagClassName
{
color: #F07BCC;
}
</style>
background-color css
<style>
a { background-color: #F07BCC; }
a { background-color: rgb(240,123,204); }
div.DivClassName
{
background-color: #F07BCC;
}
.BgClassName
{
background-color: #F07BCC;
}
</style>
border-color css
<style>
span { border-color: #F07BCC; }
span { border-color: rgb(240,123,204); }
td.TdClassName
{
border-color: #F07BCC;
}
.TagClassName
{
border-color: #F07BCC;
}
</style>