Shades of Tea Rose #F37FC5
Tints of Tea Rose #F37FC5
RGB
CMYK
RGB Variations
Color information
#F37FC5 (or 0xF37FC5) is known color: Tea Rose. HEX triplet: F3, 7F and C5. RGB value is (243,127,197). Sum of RGB (Red+Green+Blue) = 243+127+197=567 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.86% from 567); Green value is 127 (50% from 255 or 22.40% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 243 - color contains mainly: red. Hex color #F37FC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37FC5 is #0C803A. Grayscale: #A9A9A9. Windows color (decimal): -819259 or 12943347. OLE color: 12943347.
HSL color Cylindrical-coordinate representation of color #F37FC5: hue angle of 323.79º 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 #F37FC5 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 127 | 197 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.05 |
| HSL | 323.79º | 0.83% | 0.73% | - |
| HSV(B) | 323.79º | 0.48% | 0.95% | - |
| XYZ | 54.63 | 38.26 | 57.33 | - |
| YUV | 169.66 | 143.43 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 127 | 197 | 0 | 0.48 | 0.19 | 0.05 | 323.79 | 0.83 | 0.73 |
| Hex | F3 | 7F | C5 | 0 | 30 | 13 | 5 | 144 | 53 | 49 |
| Octal | 363 | 177 | 305 | 0 | 60 | 23 | 5 | 504 | 123 | 111 |
| Binary | 11110011 | 1111111 | 11000101 | 0 | 110000 | 10011 | 101 | 101000100 | 1010011 | 1001001 |
Color Harmonies of #F37FC5
Complementary color
Monochromatic Colors of #F37FC5
Black with #F37FC5
Text Example
Text Example
White with #F37FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37FC5; }
p { color: rgb(243,127,197); }
H1.HeaderClassName
{
color: #F37FC5;
}
.AnyTagClassName
{
color: #F37FC5;
}
</style>
background-color css
<style>
a { background-color: #F37FC5; }
a { background-color: rgb(243,127,197); }
div.DivClassName
{
background-color: #F37FC5;
}
.BgClassName
{
background-color: #F37FC5;
}
</style>
border-color css
<style>
span { border-color: #F37FC5; }
span { border-color: rgb(243,127,197); }
td.TdClassName
{
border-color: #F37FC5;
}
.TagClassName
{
border-color: #F37FC5;
}
</style>