Shades of Tea Rose #F394CF
Tints of Tea Rose #F394CF
RGB
CMYK
RGB Variations
Color information
#F394CF (or 0xF394CF) is known color: Tea Rose. HEX triplet: F3, 94 and CF. RGB value is (243,148,207). Sum of RGB (Red+Green+Blue) = 243+148+207=598 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.64% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 243 - color contains mainly: red. Hex color #F394CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F394CF is #0C6B30. Grayscale: #B6B6B6. Windows color (decimal): -813873 or 13604083. OLE color: 13604083.
HSL color Cylindrical-coordinate representation of color #F394CF: hue angle of 322.74º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F394CF is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 148 | 207 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.05 |
| HSL | 322.74º | 0.8% | 0.77% | - |
| HSV(B) | 322.74º | 0.39% | 0.95% | - |
| XYZ | 58.81 | 44.74 | 64.57 | - |
| YUV | 183.13 | 141.47 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 148 | 207 | 0 | 0.39 | 0.15 | 0.05 | 322.74 | 0.8 | 0.77 |
| Hex | F3 | 94 | CF | 0 | 27 | F | 5 | 143 | 50 | 4D |
| Octal | 363 | 224 | 317 | 0 | 47 | 17 | 5 | 503 | 120 | 115 |
| Binary | 11110011 | 10010100 | 11001111 | 0 | 100111 | 1111 | 101 | 101000011 | 1010000 | 1001101 |
Color Harmonies of #F394CF
Complementary color
Monochromatic Colors of #F394CF
Black with #F394CF
Text Example
Text Example
White with #F394CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F394CF; }
p { color: rgb(243,148,207); }
H1.HeaderClassName
{
color: #F394CF;
}
.AnyTagClassName
{
color: #F394CF;
}
</style>
background-color css
<style>
a { background-color: #F394CF; }
a { background-color: rgb(243,148,207); }
div.DivClassName
{
background-color: #F394CF;
}
.BgClassName
{
background-color: #F394CF;
}
</style>
border-color css
<style>
span { border-color: #F394CF; }
span { border-color: rgb(243,148,207); }
td.TdClassName
{
border-color: #F394CF;
}
.TagClassName
{
border-color: #F394CF;
}
</style>