Shades of Tea Rose #F37CC5
Tints of Tea Rose #F37CC5
RGB
CMYK
RGB Variations
Color information
#F37CC5 (or 0xF37CC5) is known color: Tea Rose. HEX triplet: F3, 7C and C5. RGB value is (243,124,197). Sum of RGB (Red+Green+Blue) = 243+124+197=564 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.09% from 564); Green value is 124 (48.83% from 255 or 21.99% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 243 - color contains mainly: red. Hex color #F37CC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37CC5 is #0C833A. Grayscale: #A7A7A7. Windows color (decimal): -820027 or 12942579. OLE color: 12942579.
HSL color Cylindrical-coordinate representation of color #F37CC5: hue angle of 323.19º 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 #F37CC5 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 197 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.05 |
| HSL | 323.19º | 0.83% | 0.72% | - |
| HSV(B) | 323.19º | 0.49% | 0.95% | - |
| XYZ | 54.25 | 37.5 | 57.2 | - |
| YUV | 167.9 | 144.42 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 197 | 0 | 0.49 | 0.19 | 0.05 | 323.19 | 0.83 | 0.72 |
| Hex | F3 | 7C | C5 | 0 | 31 | 13 | 5 | 143 | 53 | 48 |
| Octal | 363 | 174 | 305 | 0 | 61 | 23 | 5 | 503 | 123 | 110 |
| Binary | 11110011 | 1111100 | 11000101 | 0 | 110001 | 10011 | 101 | 101000011 | 1010011 | 1001000 |
Color Harmonies of #F37CC5
Complementary color
Monochromatic Colors of #F37CC5
Black with #F37CC5
Text Example
Text Example
White with #F37CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37CC5; }
p { color: rgb(243,124,197); }
H1.HeaderClassName
{
color: #F37CC5;
}
.AnyTagClassName
{
color: #F37CC5;
}
</style>
background-color css
<style>
a { background-color: #F37CC5; }
a { background-color: rgb(243,124,197); }
div.DivClassName
{
background-color: #F37CC5;
}
.BgClassName
{
background-color: #F37CC5;
}
</style>
border-color css
<style>
span { border-color: #F37CC5; }
span { border-color: rgb(243,124,197); }
td.TdClassName
{
border-color: #F37CC5;
}
.TagClassName
{
border-color: #F37CC5;
}
</style>