Shades of Tea Rose #F37BC9
Tints of Tea Rose #F37BC9
RGB
CMYK
RGB Variations
Color information
#F37BC9 (or 0xF37BC9) is known color: Tea Rose. HEX triplet: F3, 7B and C9. RGB value is (243,123,201). Sum of RGB (Red+Green+Blue) = 243+123+201=567 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.86% from 567); Green value is 123 (48.44% from 255 or 21.69% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 243 - color contains mainly: red. Hex color #F37BC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37BC9 is #0C8436. Grayscale: #A7A7A7. Windows color (decimal): -820279 or 13204467. OLE color: 13204467.
HSL color Cylindrical-coordinate representation of color #F37BC9: hue angle of 321º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F37BC9 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 123 | 201 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.05 |
| HSL | 321º | 0.83% | 0.72% | - |
| HSV(B) | 321º | 0.49% | 0.95% | - |
| XYZ | 54.59 | 37.44 | 59.61 | - |
| YUV | 167.77 | 146.76 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 123 | 201 | 0 | 0.49 | 0.17 | 0.05 | 321 | 0.83 | 0.72 |
| Hex | F3 | 7B | C9 | 0 | 31 | 11 | 5 | 141 | 53 | 48 |
| Octal | 363 | 173 | 311 | 0 | 61 | 21 | 5 | 501 | 123 | 110 |
| Binary | 11110011 | 1111011 | 11001001 | 0 | 110001 | 10001 | 101 | 101000001 | 1010011 | 1001000 |
Color Harmonies of #F37BC9
Complementary color
Monochromatic Colors of #F37BC9
Black with #F37BC9
Text Example
Text Example
White with #F37BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37BC9; }
p { color: rgb(243,123,201); }
H1.HeaderClassName
{
color: #F37BC9;
}
.AnyTagClassName
{
color: #F37BC9;
}
</style>
background-color css
<style>
a { background-color: #F37BC9; }
a { background-color: rgb(243,123,201); }
div.DivClassName
{
background-color: #F37BC9;
}
.BgClassName
{
background-color: #F37BC9;
}
</style>
border-color css
<style>
span { border-color: #F37BC9; }
span { border-color: rgb(243,123,201); }
td.TdClassName
{
border-color: #F37BC9;
}
.TagClassName
{
border-color: #F37BC9;
}
</style>