Shades of Tea Rose #F37CCE
Tints of Tea Rose #F37CCE
RGB
CMYK
RGB Variations
Color information
#F37CCE (or 0xF37CCE) is known color: Tea Rose. HEX triplet: F3, 7C and CE. RGB value is (243,124,206). Sum of RGB (Red+Green+Blue) = 243+124+206=573 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.41% from 573); Green value is 124 (48.83% from 255 or 21.64% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 243 - color contains mainly: red. Hex color #F37CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37CCE is #0C8331. Grayscale: #A8A8A8. Windows color (decimal): -820018 or 13532403. OLE color: 13532403.
HSL color Cylindrical-coordinate representation of color #F37CCE: hue angle of 318.66º 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 #F37CCE is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 206 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.05 |
| HSL | 318.66º | 0.83% | 0.72% | - |
| HSV(B) | 318.66º | 0.49% | 0.95% | - |
| XYZ | 55.31 | 37.93 | 62.8 | - |
| YUV | 168.93 | 148.92 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 206 | 0 | 0.49 | 0.15 | 0.05 | 318.66 | 0.83 | 0.72 |
| Hex | F3 | 7C | CE | 0 | 31 | F | 5 | 13F | 53 | 48 |
| Octal | 363 | 174 | 316 | 0 | 61 | 17 | 5 | 477 | 123 | 110 |
| Binary | 11110011 | 1111100 | 11001110 | 0 | 110001 | 1111 | 101 | 100111111 | 1010011 | 1001000 |
Color Harmonies of #F37CCE
Complementary color
Monochromatic Colors of #F37CCE
Black with #F37CCE
Text Example
Text Example
White with #F37CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37CCE; }
p { color: rgb(243,124,206); }
H1.HeaderClassName
{
color: #F37CCE;
}
.AnyTagClassName
{
color: #F37CCE;
}
</style>
background-color css
<style>
a { background-color: #F37CCE; }
a { background-color: rgb(243,124,206); }
div.DivClassName
{
background-color: #F37CCE;
}
.BgClassName
{
background-color: #F37CCE;
}
</style>
border-color css
<style>
span { border-color: #F37CCE; }
span { border-color: rgb(243,124,206); }
td.TdClassName
{
border-color: #F37CCE;
}
.TagClassName
{
border-color: #F37CCE;
}
</style>