Shades of Tea Rose #F483D0
Tints of Tea Rose #F483D0
RGB
CMYK
RGB Variations
Color information
#F483D0 (or 0xF483D0) is known color: Tea Rose. HEX triplet: F4, 83 and D0. RGB value is (244,131,208). Sum of RGB (Red+Green+Blue) = 244+131+208=583 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.85% from 583); Green value is 131 (51.56% from 255 or 22.47% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 244 - color contains mainly: red. Hex color #F483D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F483D0 is #0B7C2F. Grayscale: #ADADAD. Windows color (decimal): -752688 or 13665268. OLE color: 13665268.
HSL color Cylindrical-coordinate representation of color #F483D0: hue angle of 319.12º 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 #F483D0 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 131 | 208 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.04 |
| HSL | 319.12º | 0.84% | 0.74% | - |
| HSV(B) | 319.12º | 0.46% | 0.96% | - |
| XYZ | 56.81 | 40.02 | 64.4 | - |
| YUV | 173.57 | 147.44 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 131 | 208 | 0 | 0.46 | 0.15 | 0.04 | 319.12 | 0.84 | 0.74 |
| Hex | F4 | 83 | D0 | 0 | 2E | F | 4 | 13F | 54 | 4A |
| Octal | 364 | 203 | 320 | 0 | 56 | 17 | 4 | 477 | 124 | 112 |
| Binary | 11110100 | 10000011 | 11010000 | 0 | 101110 | 1111 | 100 | 100111111 | 1010100 | 1001010 |
Color Harmonies of #F483D0
Complementary color
Monochromatic Colors of #F483D0
Black with #F483D0
Text Example
Text Example
White with #F483D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F483D0; }
p { color: rgb(244,131,208); }
H1.HeaderClassName
{
color: #F483D0;
}
.AnyTagClassName
{
color: #F483D0;
}
</style>
background-color css
<style>
a { background-color: #F483D0; }
a { background-color: rgb(244,131,208); }
div.DivClassName
{
background-color: #F483D0;
}
.BgClassName
{
background-color: #F483D0;
}
</style>
border-color css
<style>
span { border-color: #F483D0; }
span { border-color: rgb(244,131,208); }
td.TdClassName
{
border-color: #F483D0;
}
.TagClassName
{
border-color: #F483D0;
}
</style>