Shades of Tea Rose #F37FC6
Tints of Tea Rose #F37FC6
RGB
CMYK
RGB Variations
Color information
#F37FC6 (or 0xF37FC6) is known color: Tea Rose. HEX triplet: F3, 7F and C6. RGB value is (243,127,198). Sum of RGB (Red+Green+Blue) = 243+127+198=568 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.78% from 568); Green value is 127 (50% from 255 or 22.36% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 243 - color contains mainly: red. Hex color #F37FC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37FC6 is #0C8039. Grayscale: #A9A9A9. Windows color (decimal): -819258 or 13008883. OLE color: 13008883.
HSL color Cylindrical-coordinate representation of color #F37FC6: hue angle of 323.28º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F37FC6 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 127 | 198 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.05 |
| HSL | 323.28º | 0.83% | 0.73% | - |
| HSV(B) | 323.28º | 0.48% | 0.95% | - |
| XYZ | 54.74 | 38.31 | 57.94 | - |
| YUV | 169.78 | 143.93 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 127 | 198 | 0 | 0.48 | 0.19 | 0.05 | 323.28 | 0.83 | 0.73 |
| Hex | F3 | 7F | C6 | 0 | 30 | 13 | 5 | 143 | 53 | 49 |
| Octal | 363 | 177 | 306 | 0 | 60 | 23 | 5 | 503 | 123 | 111 |
| Binary | 11110011 | 1111111 | 11000110 | 0 | 110000 | 10011 | 101 | 101000011 | 1010011 | 1001001 |
Color Harmonies of #F37FC6
Complementary color
Monochromatic Colors of #F37FC6
Black with #F37FC6
Text Example
Text Example
White with #F37FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37FC6; }
p { color: rgb(243,127,198); }
H1.HeaderClassName
{
color: #F37FC6;
}
.AnyTagClassName
{
color: #F37FC6;
}
</style>
background-color css
<style>
a { background-color: #F37FC6; }
a { background-color: rgb(243,127,198); }
div.DivClassName
{
background-color: #F37FC6;
}
.BgClassName
{
background-color: #F37FC6;
}
</style>
border-color css
<style>
span { border-color: #F37FC6; }
span { border-color: rgb(243,127,198); }
td.TdClassName
{
border-color: #F37FC6;
}
.TagClassName
{
border-color: #F37FC6;
}
</style>