Shades of Tea Rose #F48FC0
Tints of Tea Rose #F48FC0
RGB
CMYK
RGB Variations
Color information
#F48FC0 (or 0xF48FC0) is known color: Tea Rose. HEX triplet: F4, 8F and C0. RGB value is (244,143,192). Sum of RGB (Red+Green+Blue) = 244+143+192=579 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.14% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 244 - color contains mainly: red. Hex color #F48FC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48FC0 is #0B703F. Grayscale: #B2B2B2. Windows color (decimal): -749632 or 12619764. OLE color: 12619764.
HSL color Cylindrical-coordinate representation of color #F48FC0: hue angle of 330.89º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F48FC0 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 143 | 192 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.04 |
| HSL | 330.89º | 0.82% | 0.76% | - |
| HSV(B) | 330.89º | 0.41% | 0.96% | - |
| XYZ | 56.65 | 42.68 | 55.12 | - |
| YUV | 178.79 | 135.46 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 143 | 192 | 0 | 0.41 | 0.21 | 0.04 | 330.89 | 0.82 | 0.76 |
| Hex | F4 | 8F | C0 | 0 | 29 | 15 | 4 | 14B | 52 | 4C |
| Octal | 364 | 217 | 300 | 0 | 51 | 25 | 4 | 513 | 122 | 114 |
| Binary | 11110100 | 10001111 | 11000000 | 0 | 101001 | 10101 | 100 | 101001011 | 1010010 | 1001100 |
Color Harmonies of #F48FC0
Complementary color
Monochromatic Colors of #F48FC0
Black with #F48FC0
Text Example
Text Example
White with #F48FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48FC0; }
p { color: rgb(244,143,192); }
H1.HeaderClassName
{
color: #F48FC0;
}
.AnyTagClassName
{
color: #F48FC0;
}
</style>
background-color css
<style>
a { background-color: #F48FC0; }
a { background-color: rgb(244,143,192); }
div.DivClassName
{
background-color: #F48FC0;
}
.BgClassName
{
background-color: #F48FC0;
}
</style>
border-color css
<style>
span { border-color: #F48FC0; }
span { border-color: rgb(244,143,192); }
td.TdClassName
{
border-color: #F48FC0;
}
.TagClassName
{
border-color: #F48FC0;
}
</style>