Shades of Tea Rose #F37CC9
Tints of Tea Rose #F37CC9
RGB
CMYK
RGB Variations
Color information
#F37CC9 (or 0xF37CC9) is known color: Tea Rose. HEX triplet: F3, 7C and C9. RGB value is (243,124,201). Sum of RGB (Red+Green+Blue) = 243+124+201=568 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.78% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 243 - color contains mainly: red. Hex color #F37CC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37CC9 is #0C8336. Grayscale: #A8A8A8. Windows color (decimal): -820023 or 13204723. OLE color: 13204723.
HSL color Cylindrical-coordinate representation of color #F37CC9: hue angle of 321.18º 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 #F37CC9 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 201 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.05 |
| HSL | 321.18º | 0.83% | 0.72% | - |
| HSV(B) | 321.18º | 0.49% | 0.95% | - |
| XYZ | 54.71 | 37.69 | 59.65 | - |
| YUV | 168.36 | 146.42 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 201 | 0 | 0.49 | 0.17 | 0.05 | 321.18 | 0.83 | 0.72 |
| Hex | F3 | 7C | C9 | 0 | 31 | 11 | 5 | 141 | 53 | 48 |
| Octal | 363 | 174 | 311 | 0 | 61 | 21 | 5 | 501 | 123 | 110 |
| Binary | 11110011 | 1111100 | 11001001 | 0 | 110001 | 10001 | 101 | 101000001 | 1010011 | 1001000 |
Color Harmonies of #F37CC9
Complementary color
Monochromatic Colors of #F37CC9
Black with #F37CC9
Text Example
Text Example
White with #F37CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37CC9; }
p { color: rgb(243,124,201); }
H1.HeaderClassName
{
color: #F37CC9;
}
.AnyTagClassName
{
color: #F37CC9;
}
</style>
background-color css
<style>
a { background-color: #F37CC9; }
a { background-color: rgb(243,124,201); }
div.DivClassName
{
background-color: #F37CC9;
}
.BgClassName
{
background-color: #F37CC9;
}
</style>
border-color css
<style>
span { border-color: #F37CC9; }
span { border-color: rgb(243,124,201); }
td.TdClassName
{
border-color: #F37CC9;
}
.TagClassName
{
border-color: #F37CC9;
}
</style>