Shades of Tea Rose #F48ACC
Tints of Tea Rose #F48ACC
RGB
CMYK
RGB Variations
Color information
#F48ACC (or 0xF48ACC) is known color: Tea Rose. HEX triplet: F4, 8A and CC. RGB value is (244,138,204). Sum of RGB (Red+Green+Blue) = 244+138+204=586 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.64% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 244 - color contains mainly: red. Hex color #F48ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48ACC is #0B7533. Grayscale: #B1B1B1. Windows color (decimal): -750900 or 13404916. OLE color: 13404916.
HSL color Cylindrical-coordinate representation of color #F48ACC: hue angle of 322.64º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F48ACC is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 138 | 204 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.04 |
| HSL | 322.64º | 0.83% | 0.75% | - |
| HSV(B) | 322.64º | 0.43% | 0.96% | - |
| XYZ | 57.3 | 41.77 | 62.17 | - |
| YUV | 177.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 138 | 204 | 0 | 0.43 | 0.16 | 0.04 | 322.64 | 0.83 | 0.75 |
| Hex | F4 | 8A | CC | 0 | 2B | 10 | 4 | 143 | 53 | 4B |
| Octal | 364 | 212 | 314 | 0 | 53 | 20 | 4 | 503 | 123 | 113 |
| Binary | 11110100 | 10001010 | 11001100 | 0 | 101011 | 10000 | 100 | 101000011 | 1010011 | 1001011 |
Color Harmonies of #F48ACC
Complementary color
Monochromatic Colors of #F48ACC
Black with #F48ACC
Text Example
Text Example
White with #F48ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48ACC; }
p { color: rgb(244,138,204); }
H1.HeaderClassName
{
color: #F48ACC;
}
.AnyTagClassName
{
color: #F48ACC;
}
</style>
background-color css
<style>
a { background-color: #F48ACC; }
a { background-color: rgb(244,138,204); }
div.DivClassName
{
background-color: #F48ACC;
}
.BgClassName
{
background-color: #F48ACC;
}
</style>
border-color css
<style>
span { border-color: #F48ACC; }
span { border-color: rgb(244,138,204); }
td.TdClassName
{
border-color: #F48ACC;
}
.TagClassName
{
border-color: #F48ACC;
}
</style>