Shades of Tea Rose #F48CCD
Tints of Tea Rose #F48CCD
RGB
CMYK
RGB Variations
Color information
#F48CCD (or 0xF48CCD) is known color: Tea Rose. HEX triplet: F4, 8C and CD. RGB value is (244,140,205). Sum of RGB (Red+Green+Blue) = 244+140+205=589 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.43% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 244 - color contains mainly: red. Hex color #F48CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48CCD is #0B7332. Grayscale: #B2B2B2. Windows color (decimal): -750387 or 13470964. OLE color: 13470964.
HSL color Cylindrical-coordinate representation of color #F48CCD: hue angle of 322.5º 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 #F48CCD is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 140 | 205 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.04 |
| HSL | 322.5º | 0.83% | 0.75% | - |
| HSV(B) | 322.5º | 0.43% | 0.96% | - |
| XYZ | 57.71 | 42.4 | 62.9 | - |
| YUV | 178.51 | 142.96 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 140 | 205 | 0 | 0.43 | 0.16 | 0.04 | 322.5 | 0.83 | 0.75 |
| Hex | F4 | 8C | CD | 0 | 2B | 10 | 4 | 142 | 53 | 4B |
| Octal | 364 | 214 | 315 | 0 | 53 | 20 | 4 | 502 | 123 | 113 |
| Binary | 11110100 | 10001100 | 11001101 | 0 | 101011 | 10000 | 100 | 101000010 | 1010011 | 1001011 |
Color Harmonies of #F48CCD
Complementary color
Monochromatic Colors of #F48CCD
Black with #F48CCD
Text Example
Text Example
White with #F48CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48CCD; }
p { color: rgb(244,140,205); }
H1.HeaderClassName
{
color: #F48CCD;
}
.AnyTagClassName
{
color: #F48CCD;
}
</style>
background-color css
<style>
a { background-color: #F48CCD; }
a { background-color: rgb(244,140,205); }
div.DivClassName
{
background-color: #F48CCD;
}
.BgClassName
{
background-color: #F48CCD;
}
</style>
border-color css
<style>
span { border-color: #F48CCD; }
span { border-color: rgb(244,140,205); }
td.TdClassName
{
border-color: #F48CCD;
}
.TagClassName
{
border-color: #F48CCD;
}
</style>