Shades of Tea Rose #F37CCF
Tints of Tea Rose #F37CCF
RGB
CMYK
RGB Variations
Color information
#F37CCF (or 0xF37CCF) is known color: Tea Rose. HEX triplet: F3, 7C and CF. RGB value is (243,124,207). Sum of RGB (Red+Green+Blue) = 243+124+207=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 124 (48.83% from 255 or 21.60% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 243 - color contains mainly: red. Hex color #F37CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37CCF is #0C8330. Grayscale: #A8A8A8. Windows color (decimal): -820017 or 13597939. OLE color: 13597939.
HSL color Cylindrical-coordinate representation of color #F37CCF: hue angle of 318.15º 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 #F37CCF is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 207 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.05 |
| HSL | 318.15º | 0.83% | 0.72% | - |
| HSV(B) | 318.15º | 0.49% | 0.95% | - |
| XYZ | 55.43 | 37.97 | 63.44 | - |
| YUV | 169.04 | 149.42 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 207 | 0 | 0.49 | 0.15 | 0.05 | 318.15 | 0.83 | 0.72 |
| Hex | F3 | 7C | CF | 0 | 31 | F | 5 | 13E | 53 | 48 |
| Octal | 363 | 174 | 317 | 0 | 61 | 17 | 5 | 476 | 123 | 110 |
| Binary | 11110011 | 1111100 | 11001111 | 0 | 110001 | 1111 | 101 | 100111110 | 1010011 | 1001000 |
Color Harmonies of #F37CCF
Complementary color
Monochromatic Colors of #F37CCF
Black with #F37CCF
Text Example
Text Example
White with #F37CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37CCF; }
p { color: rgb(243,124,207); }
H1.HeaderClassName
{
color: #F37CCF;
}
.AnyTagClassName
{
color: #F37CCF;
}
</style>
background-color css
<style>
a { background-color: #F37CCF; }
a { background-color: rgb(243,124,207); }
div.DivClassName
{
background-color: #F37CCF;
}
.BgClassName
{
background-color: #F37CCF;
}
</style>
border-color css
<style>
span { border-color: #F37CCF; }
span { border-color: rgb(243,124,207); }
td.TdClassName
{
border-color: #F37CCF;
}
.TagClassName
{
border-color: #F37CCF;
}
</style>