Shades of Tea Rose #F37BCE
Tints of Tea Rose #F37BCE
RGB
CMYK
RGB Variations
Color information
#F37BCE (or 0xF37BCE) is known color: Tea Rose. HEX triplet: F3, 7B and CE. RGB value is (243,123,206). Sum of RGB (Red+Green+Blue) = 243+123+206=572 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.48% from 572); Green value is 123 (48.44% from 255 or 21.50% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 243 - color contains mainly: red. Hex color #F37BCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37BCE is #0C8431. Grayscale: #A8A8A8. Windows color (decimal): -820274 or 13532147. OLE color: 13532147.
HSL color Cylindrical-coordinate representation of color #F37BCE: hue angle of 318.5º 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 #F37BCE is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 123 | 206 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.05 |
| HSL | 318.5º | 0.83% | 0.72% | - |
| HSV(B) | 318.5º | 0.49% | 0.95% | - |
| XYZ | 55.19 | 37.68 | 62.76 | - |
| YUV | 168.34 | 149.26 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 123 | 206 | 0 | 0.49 | 0.15 | 0.05 | 318.5 | 0.83 | 0.72 |
| Hex | F3 | 7B | CE | 0 | 31 | F | 5 | 13E | 53 | 48 |
| Octal | 363 | 173 | 316 | 0 | 61 | 17 | 5 | 476 | 123 | 110 |
| Binary | 11110011 | 1111011 | 11001110 | 0 | 110001 | 1111 | 101 | 100111110 | 1010011 | 1001000 |
Color Harmonies of #F37BCE
Complementary color
Monochromatic Colors of #F37BCE
Black with #F37BCE
Text Example
Text Example
White with #F37BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37BCE; }
p { color: rgb(243,123,206); }
H1.HeaderClassName
{
color: #F37BCE;
}
.AnyTagClassName
{
color: #F37BCE;
}
</style>
background-color css
<style>
a { background-color: #F37BCE; }
a { background-color: rgb(243,123,206); }
div.DivClassName
{
background-color: #F37BCE;
}
.BgClassName
{
background-color: #F37BCE;
}
</style>
border-color css
<style>
span { border-color: #F37BCE; }
span { border-color: rgb(243,123,206); }
td.TdClassName
{
border-color: #F37BCE;
}
.TagClassName
{
border-color: #F37BCE;
}
</style>