Shades of Tea Rose #F38ACF
Tints of Tea Rose #F38ACF
RGB
CMYK
RGB Variations
Color information
#F38ACF (or 0xF38ACF) is known color: Tea Rose. HEX triplet: F3, 8A and CF. RGB value is (243,138,207). Sum of RGB (Red+Green+Blue) = 243+138+207=588 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.33% from 588); Green value is 138 (54.30% from 255 or 23.47% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 243 - color contains mainly: red. Hex color #F38ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38ACF is #0C7530. Grayscale: #B1B1B1. Windows color (decimal): -816433 or 13601523. OLE color: 13601523.
HSL color Cylindrical-coordinate representation of color #F38ACF: hue angle of 320.57º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F38ACF is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 138 | 207 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.05 |
| HSL | 320.57º | 0.81% | 0.75% | - |
| HSV(B) | 320.57º | 0.43% | 0.95% | - |
| XYZ | 57.31 | 41.74 | 64.07 | - |
| YUV | 177.26 | 144.79 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 138 | 207 | 0 | 0.43 | 0.15 | 0.05 | 320.57 | 0.81 | 0.75 |
| Hex | F3 | 8A | CF | 0 | 2B | F | 5 | 141 | 51 | 4B |
| Octal | 363 | 212 | 317 | 0 | 53 | 17 | 5 | 501 | 121 | 113 |
| Binary | 11110011 | 10001010 | 11001111 | 0 | 101011 | 1111 | 101 | 101000001 | 1010001 | 1001011 |
Color Harmonies of #F38ACF
Complementary color
Monochromatic Colors of #F38ACF
Black with #F38ACF
Text Example
Text Example
White with #F38ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38ACF; }
p { color: rgb(243,138,207); }
H1.HeaderClassName
{
color: #F38ACF;
}
.AnyTagClassName
{
color: #F38ACF;
}
</style>
background-color css
<style>
a { background-color: #F38ACF; }
a { background-color: rgb(243,138,207); }
div.DivClassName
{
background-color: #F38ACF;
}
.BgClassName
{
background-color: #F38ACF;
}
</style>
border-color css
<style>
span { border-color: #F38ACF; }
span { border-color: rgb(243,138,207); }
td.TdClassName
{
border-color: #F38ACF;
}
.TagClassName
{
border-color: #F38ACF;
}
</style>