Shades of Tea Rose #F484D2
Tints of Tea Rose #F484D2
RGB
CMYK
RGB Variations
Color information
#F484D2 (or 0xF484D2) is known color: Tea Rose. HEX triplet: F4, 84 and D2. RGB value is (244,132,210). Sum of RGB (Red+Green+Blue) = 244+132+210=586 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.64% from 586); Green value is 132 (51.95% from 255 or 22.53% from 586); Blue value is 210 (82.42% from 255 or 35.84% from 586); Max value from RGB is 244 - color contains mainly: red. Hex color #F484D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F484D2 is #0B7B2D. Grayscale: #AEAEAE. Windows color (decimal): -752430 or 13796596. OLE color: 13796596.
HSL color Cylindrical-coordinate representation of color #F484D2: hue angle of 318.21º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F484D2 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 132 | 210 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.04 |
| HSL | 318.21º | 0.84% | 0.74% | - |
| HSV(B) | 318.21º | 0.46% | 0.96% | - |
| XYZ | 57.19 | 40.39 | 65.75 | - |
| YUV | 174.38 | 148.11 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 132 | 210 | 0 | 0.46 | 0.14 | 0.04 | 318.21 | 0.84 | 0.74 |
| Hex | F4 | 84 | D2 | 0 | 2E | E | 4 | 13E | 54 | 4A |
| Octal | 364 | 204 | 322 | 0 | 56 | 16 | 4 | 476 | 124 | 112 |
| Binary | 11110100 | 10000100 | 11010010 | 0 | 101110 | 1110 | 100 | 100111110 | 1010100 | 1001010 |
Color Harmonies of #F484D2
Complementary color
Monochromatic Colors of #F484D2
Black with #F484D2
Text Example
Text Example
White with #F484D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F484D2; }
p { color: rgb(244,132,210); }
H1.HeaderClassName
{
color: #F484D2;
}
.AnyTagClassName
{
color: #F484D2;
}
</style>
background-color css
<style>
a { background-color: #F484D2; }
a { background-color: rgb(244,132,210); }
div.DivClassName
{
background-color: #F484D2;
}
.BgClassName
{
background-color: #F484D2;
}
</style>
border-color css
<style>
span { border-color: #F484D2; }
span { border-color: rgb(244,132,210); }
td.TdClassName
{
border-color: #F484D2;
}
.TagClassName
{
border-color: #F484D2;
}
</style>