Shades of Tea Rose #F37BCC
Tints of Tea Rose #F37BCC
RGB
CMYK
RGB Variations
Color information
#F37BCC (or 0xF37BCC) is known color: Tea Rose. HEX triplet: F3, 7B and CC. RGB value is (243,123,204). Sum of RGB (Red+Green+Blue) = 243+123+204=570 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.63% from 570); Green value is 123 (48.44% from 255 or 21.58% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 243 - color contains mainly: red. Hex color #F37BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37BCC is #0C8433. Grayscale: #A7A7A7. Windows color (decimal): -820276 or 13401075. OLE color: 13401075.
HSL color Cylindrical-coordinate representation of color #F37BCC: hue angle of 319.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 #F37BCC is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 123 | 204 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.05 |
| HSL | 319.5º | 0.83% | 0.72% | - |
| HSV(B) | 319.5º | 0.49% | 0.95% | - |
| XYZ | 54.94 | 37.58 | 61.48 | - |
| YUV | 168.11 | 148.26 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 123 | 204 | 0 | 0.49 | 0.16 | 0.05 | 319.5 | 0.83 | 0.72 |
| Hex | F3 | 7B | CC | 0 | 31 | 10 | 5 | 140 | 53 | 48 |
| Octal | 363 | 173 | 314 | 0 | 61 | 20 | 5 | 500 | 123 | 110 |
| Binary | 11110011 | 1111011 | 11001100 | 0 | 110001 | 10000 | 101 | 101000000 | 1010011 | 1001000 |
Color Harmonies of #F37BCC
Complementary color
Monochromatic Colors of #F37BCC
Black with #F37BCC
Text Example
Text Example
White with #F37BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37BCC; }
p { color: rgb(243,123,204); }
H1.HeaderClassName
{
color: #F37BCC;
}
.AnyTagClassName
{
color: #F37BCC;
}
</style>
background-color css
<style>
a { background-color: #F37BCC; }
a { background-color: rgb(243,123,204); }
div.DivClassName
{
background-color: #F37BCC;
}
.BgClassName
{
background-color: #F37BCC;
}
</style>
border-color css
<style>
span { border-color: #F37BCC; }
span { border-color: rgb(243,123,204); }
td.TdClassName
{
border-color: #F37BCC;
}
.TagClassName
{
border-color: #F37BCC;
}
</style>