Shades of Tea Rose #F48FCC
Tints of Tea Rose #F48FCC
RGB
CMYK
RGB Variations
Color information
#F48FCC (or 0xF48FCC) is known color: Tea Rose. HEX triplet: F4, 8F and CC. RGB value is (244,143,204). Sum of RGB (Red+Green+Blue) = 244+143+204=591 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.29% from 591); Green value is 143 (56.25% from 255 or 24.20% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 244 - color contains mainly: red. Hex color #F48FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48FCC is #0B7033. Grayscale: #B4B4B4. Windows color (decimal): -749620 or 13406196. OLE color: 13406196.
HSL color Cylindrical-coordinate representation of color #F48FCC: hue angle of 323.76º 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 #F48FCC is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 143 | 204 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.04 |
| HSL | 323.76º | 0.82% | 0.76% | - |
| HSV(B) | 323.76º | 0.41% | 0.96% | - |
| XYZ | 58.03 | 43.24 | 62.41 | - |
| YUV | 180.15 | 141.46 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 143 | 204 | 0 | 0.41 | 0.16 | 0.04 | 323.76 | 0.82 | 0.76 |
| Hex | F4 | 8F | CC | 0 | 29 | 10 | 4 | 144 | 52 | 4C |
| Octal | 364 | 217 | 314 | 0 | 51 | 20 | 4 | 504 | 122 | 114 |
| Binary | 11110100 | 10001111 | 11001100 | 0 | 101001 | 10000 | 100 | 101000100 | 1010010 | 1001100 |
Color Harmonies of #F48FCC
Complementary color
Monochromatic Colors of #F48FCC
Black with #F48FCC
Text Example
Text Example
White with #F48FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48FCC; }
p { color: rgb(244,143,204); }
H1.HeaderClassName
{
color: #F48FCC;
}
.AnyTagClassName
{
color: #F48FCC;
}
</style>
background-color css
<style>
a { background-color: #F48FCC; }
a { background-color: rgb(244,143,204); }
div.DivClassName
{
background-color: #F48FCC;
}
.BgClassName
{
background-color: #F48FCC;
}
</style>
border-color css
<style>
span { border-color: #F48FCC; }
span { border-color: rgb(244,143,204); }
td.TdClassName
{
border-color: #F48FCC;
}
.TagClassName
{
border-color: #F48FCC;
}
</style>