Shades of Tea Rose #F37BCD
Tints of Tea Rose #F37BCD
RGB
CMYK
RGB Variations
Color information
#F37BCD (or 0xF37BCD) is known color: Tea Rose. HEX triplet: F3, 7B and CD. RGB value is (243,123,205). Sum of RGB (Red+Green+Blue) = 243+123+205=571 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.56% from 571); Green value is 123 (48.44% from 255 or 21.54% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 243 - color contains mainly: red. Hex color #F37BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37BCD is #0C8432. Grayscale: #A8A8A8. Windows color (decimal): -820275 or 13466611. OLE color: 13466611.
HSL color Cylindrical-coordinate representation of color #F37BCD: hue angle of 319º 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 #F37BCD is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 123 | 205 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.05 |
| HSL | 319º | 0.83% | 0.72% | - |
| HSV(B) | 319º | 0.49% | 0.95% | - |
| XYZ | 55.06 | 37.63 | 62.12 | - |
| YUV | 168.23 | 148.76 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 123 | 205 | 0 | 0.49 | 0.16 | 0.05 | 319 | 0.83 | 0.72 |
| Hex | F3 | 7B | CD | 0 | 31 | 10 | 5 | 13F | 53 | 48 |
| Octal | 363 | 173 | 315 | 0 | 61 | 20 | 5 | 477 | 123 | 110 |
| Binary | 11110011 | 1111011 | 11001101 | 0 | 110001 | 10000 | 101 | 100111111 | 1010011 | 1001000 |
Color Harmonies of #F37BCD
Complementary color
Monochromatic Colors of #F37BCD
Black with #F37BCD
Text Example
Text Example
White with #F37BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37BCD; }
p { color: rgb(243,123,205); }
H1.HeaderClassName
{
color: #F37BCD;
}
.AnyTagClassName
{
color: #F37BCD;
}
</style>
background-color css
<style>
a { background-color: #F37BCD; }
a { background-color: rgb(243,123,205); }
div.DivClassName
{
background-color: #F37BCD;
}
.BgClassName
{
background-color: #F37BCD;
}
</style>
border-color css
<style>
span { border-color: #F37BCD; }
span { border-color: rgb(243,123,205); }
td.TdClassName
{
border-color: #F37BCD;
}
.TagClassName
{
border-color: #F37BCD;
}
</style>