Shades of Tea Rose #F07BCB
Tints of Tea Rose #F07BCB
RGB
CMYK
RGB Variations
Color information
#F07BCB (or 0xF07BCB) is known color: Tea Rose. HEX triplet: F0, 7B and CB. RGB value is (240,123,203). Sum of RGB (Red+Green+Blue) = 240+123+203=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07BCB is #0F8434. Grayscale: #A6A6A6. Windows color (decimal): -1016885 or 13335536. OLE color: 13335536.
HSL color Cylindrical-coordinate representation of color #F07BCB: hue angle of 318.97º 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 #F07BCB is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 123 | 203 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.06 |
| HSL | 318.97º | 0.8% | 0.71% | - |
| HSV(B) | 318.97º | 0.49% | 0.94% | - |
| XYZ | 53.8 | 37 | 60.81 | - |
| YUV | 167.1 | 148.26 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 123 | 203 | 0 | 0.49 | 0.15 | 0.06 | 318.97 | 0.8 | 0.71 |
| Hex | F0 | 7B | CB | 0 | 31 | F | 6 | 13F | 50 | 47 |
| Octal | 360 | 173 | 313 | 0 | 61 | 17 | 6 | 477 | 120 | 107 |
| Binary | 11110000 | 1111011 | 11001011 | 0 | 110001 | 1111 | 110 | 100111111 | 1010000 | 1000111 |
Color Harmonies of #F07BCB
Complementary color
Monochromatic Colors of #F07BCB
Black with #F07BCB
Text Example
Text Example
White with #F07BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07BCB; }
p { color: rgb(240,123,203); }
H1.HeaderClassName
{
color: #F07BCB;
}
.AnyTagClassName
{
color: #F07BCB;
}
</style>
background-color css
<style>
a { background-color: #F07BCB; }
a { background-color: rgb(240,123,203); }
div.DivClassName
{
background-color: #F07BCB;
}
.BgClassName
{
background-color: #F07BCB;
}
</style>
border-color css
<style>
span { border-color: #F07BCB; }
span { border-color: rgb(240,123,203); }
td.TdClassName
{
border-color: #F07BCB;
}
.TagClassName
{
border-color: #F07BCB;
}
</style>