Shades of Tea Rose #F07BC9
Tints of Tea Rose #F07BC9
RGB
CMYK
RGB Variations
Color information
#F07BC9 (or 0xF07BC9) is known color: Tea Rose. HEX triplet: F0, 7B and C9. RGB value is (240,123,201). Sum of RGB (Red+Green+Blue) = 240+123+201=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 123 (48.44% from 255 or 21.81% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07BC9 is #0F8436. Grayscale: #A6A6A6. Windows color (decimal): -1016887 or 13204464. OLE color: 13204464.
HSL color Cylindrical-coordinate representation of color #F07BC9: hue angle of 320º 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 #F07BC9 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 123 | 201 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.06 |
| HSL | 320º | 0.8% | 0.71% | - |
| HSV(B) | 320º | 0.49% | 0.94% | - |
| XYZ | 53.56 | 36.91 | 59.56 | - |
| YUV | 166.88 | 147.26 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 123 | 201 | 0 | 0.49 | 0.16 | 0.06 | 320 | 0.8 | 0.71 |
| Hex | F0 | 7B | C9 | 0 | 31 | 10 | 6 | 140 | 50 | 47 |
| Octal | 360 | 173 | 311 | 0 | 61 | 20 | 6 | 500 | 120 | 107 |
| Binary | 11110000 | 1111011 | 11001001 | 0 | 110001 | 10000 | 110 | 101000000 | 1010000 | 1000111 |
Color Harmonies of #F07BC9
Complementary color
Monochromatic Colors of #F07BC9
Black with #F07BC9
Text Example
Text Example
White with #F07BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07BC9; }
p { color: rgb(240,123,201); }
H1.HeaderClassName
{
color: #F07BC9;
}
.AnyTagClassName
{
color: #F07BC9;
}
</style>
background-color css
<style>
a { background-color: #F07BC9; }
a { background-color: rgb(240,123,201); }
div.DivClassName
{
background-color: #F07BC9;
}
.BgClassName
{
background-color: #F07BC9;
}
</style>
border-color css
<style>
span { border-color: #F07BC9; }
span { border-color: rgb(240,123,201); }
td.TdClassName
{
border-color: #F07BC9;
}
.TagClassName
{
border-color: #F07BC9;
}
</style>