Shades of Tea Rose #F388CF
Tints of Tea Rose #F388CF
RGB
CMYK
RGB Variations
Color information
#F388CF (or 0xF388CF) is known color: Tea Rose. HEX triplet: F3, 88 and CF. RGB value is (243,136,207). Sum of RGB (Red+Green+Blue) = 243+136+207=586 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.47% from 586); Green value is 136 (53.52% from 255 or 23.21% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 243 - color contains mainly: red. Hex color #F388CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F388CF is #0C7730. Grayscale: #AFAFAF. Windows color (decimal): -816945 or 13601011. OLE color: 13601011.
HSL color Cylindrical-coordinate representation of color #F388CF: hue angle of 320.19º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F388CF is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 136 | 207 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.05 |
| HSL | 320.19º | 0.82% | 0.74% | - |
| HSV(B) | 320.19º | 0.44% | 0.95% | - |
| XYZ | 57.03 | 41.17 | 63.97 | - |
| YUV | 176.09 | 145.45 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 136 | 207 | 0 | 0.44 | 0.15 | 0.05 | 320.19 | 0.82 | 0.74 |
| Hex | F3 | 88 | CF | 0 | 2C | F | 5 | 140 | 52 | 4A |
| Octal | 363 | 210 | 317 | 0 | 54 | 17 | 5 | 500 | 122 | 112 |
| Binary | 11110011 | 10001000 | 11001111 | 0 | 101100 | 1111 | 101 | 101000000 | 1010010 | 1001010 |
Color Harmonies of #F388CF
Complementary color
Monochromatic Colors of #F388CF
Black with #F388CF
Text Example
Text Example
White with #F388CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F388CF; }
p { color: rgb(243,136,207); }
H1.HeaderClassName
{
color: #F388CF;
}
.AnyTagClassName
{
color: #F388CF;
}
</style>
background-color css
<style>
a { background-color: #F388CF; }
a { background-color: rgb(243,136,207); }
div.DivClassName
{
background-color: #F388CF;
}
.BgClassName
{
background-color: #F388CF;
}
</style>
border-color css
<style>
span { border-color: #F388CF; }
span { border-color: rgb(243,136,207); }
td.TdClassName
{
border-color: #F388CF;
}
.TagClassName
{
border-color: #F388CF;
}
</style>