Shades of Tea Rose #F37CCB
Tints of Tea Rose #F37CCB
RGB
CMYK
RGB Variations
Color information
#F37CCB (or 0xF37CCB) is known color: Tea Rose. HEX triplet: F3, 7C and CB. RGB value is (243,124,203). Sum of RGB (Red+Green+Blue) = 243+124+203=570 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.63% from 570); Green value is 124 (48.83% from 255 or 21.75% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 243 - color contains mainly: red. Hex color #F37CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37CCB is #0C8334. Grayscale: #A8A8A8. Windows color (decimal): -820021 or 13335795. OLE color: 13335795.
HSL color Cylindrical-coordinate representation of color #F37CCB: hue angle of 320.17º 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 #F37CCB is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 203 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.05 |
| HSL | 320.17º | 0.83% | 0.72% | - |
| HSV(B) | 320.17º | 0.49% | 0.95% | - |
| XYZ | 54.95 | 37.78 | 60.9 | - |
| YUV | 168.59 | 147.42 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 203 | 0 | 0.49 | 0.16 | 0.05 | 320.17 | 0.83 | 0.72 |
| Hex | F3 | 7C | CB | 0 | 31 | 10 | 5 | 140 | 53 | 48 |
| Octal | 363 | 174 | 313 | 0 | 61 | 20 | 5 | 500 | 123 | 110 |
| Binary | 11110011 | 1111100 | 11001011 | 0 | 110001 | 10000 | 101 | 101000000 | 1010011 | 1001000 |
Color Harmonies of #F37CCB
Complementary color
Monochromatic Colors of #F37CCB
Black with #F37CCB
Text Example
Text Example
White with #F37CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37CCB; }
p { color: rgb(243,124,203); }
H1.HeaderClassName
{
color: #F37CCB;
}
.AnyTagClassName
{
color: #F37CCB;
}
</style>
background-color css
<style>
a { background-color: #F37CCB; }
a { background-color: rgb(243,124,203); }
div.DivClassName
{
background-color: #F37CCB;
}
.BgClassName
{
background-color: #F37CCB;
}
</style>
border-color css
<style>
span { border-color: #F37CCB; }
span { border-color: rgb(243,124,203); }
td.TdClassName
{
border-color: #F37CCB;
}
.TagClassName
{
border-color: #F37CCB;
}
</style>