Shades of Tea Rose #F583CE
Tints of Tea Rose #F583CE
RGB
CMYK
RGB Variations
Color information
#F583CE (or 0xF583CE) is known color: Tea Rose. HEX triplet: F5, 83 and CE. RGB value is (245,131,206). Sum of RGB (Red+Green+Blue) = 245+131+206=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 131 (51.56% from 255 or 22.51% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F583CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F583CE is #0A7C31. Grayscale: #ADADAD. Windows color (decimal): -687154 or 13534197. OLE color: 13534197.
HSL color Cylindrical-coordinate representation of color #F583CE: hue angle of 320.53º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F583CE is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 206 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.04 |
| HSL | 320.53º | 0.85% | 0.74% | - |
| HSV(B) | 320.53º | 0.47% | 0.96% | - |
| XYZ | 56.91 | 40.1 | 63.13 | - |
| YUV | 173.64 | 146.27 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 206 | 0 | 0.47 | 0.16 | 0.04 | 320.53 | 0.85 | 0.74 |
| Hex | F5 | 83 | CE | 0 | 2F | 10 | 4 | 141 | 55 | 4A |
| Octal | 365 | 203 | 316 | 0 | 57 | 20 | 4 | 501 | 125 | 112 |
| Binary | 11110101 | 10000011 | 11001110 | 0 | 101111 | 10000 | 100 | 101000001 | 1010101 | 1001010 |
Color Harmonies of #F583CE
Complementary color
Monochromatic Colors of #F583CE
Black with #F583CE
Text Example
Text Example
White with #F583CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F583CE; }
p { color: rgb(245,131,206); }
H1.HeaderClassName
{
color: #F583CE;
}
.AnyTagClassName
{
color: #F583CE;
}
</style>
background-color css
<style>
a { background-color: #F583CE; }
a { background-color: rgb(245,131,206); }
div.DivClassName
{
background-color: #F583CE;
}
.BgClassName
{
background-color: #F583CE;
}
</style>
border-color css
<style>
span { border-color: #F583CE; }
span { border-color: rgb(245,131,206); }
td.TdClassName
{
border-color: #F583CE;
}
.TagClassName
{
border-color: #F583CE;
}
</style>