Shades of Tea Rose #F483CE
Tints of Tea Rose #F483CE
RGB
CMYK
RGB Variations
Color information
#F483CE (or 0xF483CE) is known color: Tea Rose. HEX triplet: F4, 83 and CE. RGB value is (244,131,206). Sum of RGB (Red+Green+Blue) = 244+131+206=581 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.00% from 581); Green value is 131 (51.56% from 255 or 22.55% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 244 - color contains mainly: red. Hex color #F483CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F483CE is #0B7C31. Grayscale: #ADADAD. Windows color (decimal): -752690 or 13534196. OLE color: 13534196.
HSL color Cylindrical-coordinate representation of color #F483CE: hue angle of 320.18º 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 #F483CE is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 131 | 206 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.04 |
| HSL | 320.18º | 0.84% | 0.74% | - |
| HSV(B) | 320.18º | 0.46% | 0.96% | - |
| XYZ | 56.57 | 39.92 | 63.12 | - |
| YUV | 173.34 | 146.44 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 131 | 206 | 0 | 0.46 | 0.16 | 0.04 | 320.18 | 0.84 | 0.74 |
| Hex | F4 | 83 | CE | 0 | 2E | 10 | 4 | 140 | 54 | 4A |
| Octal | 364 | 203 | 316 | 0 | 56 | 20 | 4 | 500 | 124 | 112 |
| Binary | 11110100 | 10000011 | 11001110 | 0 | 101110 | 10000 | 100 | 101000000 | 1010100 | 1001010 |
Color Harmonies of #F483CE
Complementary color
Monochromatic Colors of #F483CE
Black with #F483CE
Text Example
Text Example
White with #F483CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F483CE; }
p { color: rgb(244,131,206); }
H1.HeaderClassName
{
color: #F483CE;
}
.AnyTagClassName
{
color: #F483CE;
}
</style>
background-color css
<style>
a { background-color: #F483CE; }
a { background-color: rgb(244,131,206); }
div.DivClassName
{
background-color: #F483CE;
}
.BgClassName
{
background-color: #F483CE;
}
</style>
border-color css
<style>
span { border-color: #F483CE; }
span { border-color: rgb(244,131,206); }
td.TdClassName
{
border-color: #F483CE;
}
.TagClassName
{
border-color: #F483CE;
}
</style>