Shades of Tea Rose #F391C9
Tints of Tea Rose #F391C9
RGB
CMYK
RGB Variations
Color information
#F391C9 (or 0xF391C9) is known color: Tea Rose. HEX triplet: F3, 91 and C9. RGB value is (243,145,201). Sum of RGB (Red+Green+Blue) = 243+145+201=589 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.26% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 243 - color contains mainly: red. Hex color #F391C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F391C9 is #0C6E36. Grayscale: #B4B4B4. Windows color (decimal): -814647 or 13210099. OLE color: 13210099.
HSL color Cylindrical-coordinate representation of color #F391C9: hue angle of 325.71º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F391C9 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 145 | 201 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.05 |
| HSL | 325.71º | 0.8% | 0.76% | - |
| HSV(B) | 325.71º | 0.4% | 0.95% | - |
| XYZ | 57.63 | 43.52 | 60.62 | - |
| YUV | 180.69 | 139.47 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 145 | 201 | 0 | 0.40 | 0.17 | 0.05 | 325.71 | 0.8 | 0.76 |
| Hex | F3 | 91 | C9 | 0 | 28 | 11 | 5 | 146 | 50 | 4C |
| Octal | 363 | 221 | 311 | 0 | 50 | 21 | 5 | 506 | 120 | 114 |
| Binary | 11110011 | 10010001 | 11001001 | 0 | 101000 | 10001 | 101 | 101000110 | 1010000 | 1001100 |
Color Harmonies of #F391C9
Complementary color
Monochromatic Colors of #F391C9
Black with #F391C9
Text Example
Text Example
White with #F391C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F391C9; }
p { color: rgb(243,145,201); }
H1.HeaderClassName
{
color: #F391C9;
}
.AnyTagClassName
{
color: #F391C9;
}
</style>
background-color css
<style>
a { background-color: #F391C9; }
a { background-color: rgb(243,145,201); }
div.DivClassName
{
background-color: #F391C9;
}
.BgClassName
{
background-color: #F391C9;
}
</style>
border-color css
<style>
span { border-color: #F391C9; }
span { border-color: rgb(243,145,201); }
td.TdClassName
{
border-color: #F391C9;
}
.TagClassName
{
border-color: #F391C9;
}
</style>