Shades of Tea Rose #F37CC8
Tints of Tea Rose #F37CC8
RGB
CMYK
RGB Variations
Color information
#F37CC8 (or 0xF37CC8) is known color: Tea Rose. HEX triplet: F3, 7C and C8. RGB value is (243,124,200). Sum of RGB (Red+Green+Blue) = 243+124+200=567 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.86% from 567); Green value is 124 (48.83% from 255 or 21.87% from 567); Blue value is 200 (78.52% from 255 or 35.27% from 567); Max value from RGB is 243 - color contains mainly: red. Hex color #F37CC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37CC8 is #0C8337. Grayscale: #A8A8A8. Windows color (decimal): -820024 or 13139187. OLE color: 13139187.
HSL color Cylindrical-coordinate representation of color #F37CC8: hue angle of 321.68º 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 #F37CC8 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 200 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.05 |
| HSL | 321.68º | 0.83% | 0.72% | - |
| HSV(B) | 321.68º | 0.49% | 0.95% | - |
| XYZ | 54.6 | 37.64 | 59.03 | - |
| YUV | 168.25 | 145.92 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 200 | 0 | 0.49 | 0.18 | 0.05 | 321.68 | 0.83 | 0.72 |
| Hex | F3 | 7C | C8 | 0 | 31 | 12 | 5 | 142 | 53 | 48 |
| Octal | 363 | 174 | 310 | 0 | 61 | 22 | 5 | 502 | 123 | 110 |
| Binary | 11110011 | 1111100 | 11001000 | 0 | 110001 | 10010 | 101 | 101000010 | 1010011 | 1001000 |
Color Harmonies of #F37CC8
Complementary color
Monochromatic Colors of #F37CC8
Black with #F37CC8
Text Example
Text Example
White with #F37CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37CC8; }
p { color: rgb(243,124,200); }
H1.HeaderClassName
{
color: #F37CC8;
}
.AnyTagClassName
{
color: #F37CC8;
}
</style>
background-color css
<style>
a { background-color: #F37CC8; }
a { background-color: rgb(243,124,200); }
div.DivClassName
{
background-color: #F37CC8;
}
.BgClassName
{
background-color: #F37CC8;
}
</style>
border-color css
<style>
span { border-color: #F37CC8; }
span { border-color: rgb(243,124,200); }
td.TdClassName
{
border-color: #F37CC8;
}
.TagClassName
{
border-color: #F37CC8;
}
</style>