Shades of Tea Rose #F583CB
Tints of Tea Rose #F583CB
RGB
CMYK
RGB Variations
Color information
#F583CB (or 0xF583CB) is known color: Tea Rose. HEX triplet: F5, 83 and CB. RGB value is (245,131,203). Sum of RGB (Red+Green+Blue) = 245+131+203=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 131 (51.56% from 255 or 22.63% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F583CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F583CB is #0A7C34. Grayscale: #ADADAD. Windows color (decimal): -687157 or 13337589. OLE color: 13337589.
HSL color Cylindrical-coordinate representation of color #F583CB: hue angle of 322.11º 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 #F583CB is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 203 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.04 |
| HSL | 322.11º | 0.85% | 0.74% | - |
| HSV(B) | 322.11º | 0.47% | 0.96% | - |
| XYZ | 56.55 | 39.96 | 61.23 | - |
| YUV | 173.29 | 144.77 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 203 | 0 | 0.47 | 0.17 | 0.04 | 322.11 | 0.85 | 0.74 |
| Hex | F5 | 83 | CB | 0 | 2F | 11 | 4 | 142 | 55 | 4A |
| Octal | 365 | 203 | 313 | 0 | 57 | 21 | 4 | 502 | 125 | 112 |
| Binary | 11110101 | 10000011 | 11001011 | 0 | 101111 | 10001 | 100 | 101000010 | 1010101 | 1001010 |
Color Harmonies of #F583CB
Complementary color
Monochromatic Colors of #F583CB
Black with #F583CB
Text Example
Text Example
White with #F583CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F583CB; }
p { color: rgb(245,131,203); }
H1.HeaderClassName
{
color: #F583CB;
}
.AnyTagClassName
{
color: #F583CB;
}
</style>
background-color css
<style>
a { background-color: #F583CB; }
a { background-color: rgb(245,131,203); }
div.DivClassName
{
background-color: #F583CB;
}
.BgClassName
{
background-color: #F583CB;
}
</style>
border-color css
<style>
span { border-color: #F583CB; }
span { border-color: rgb(245,131,203); }
td.TdClassName
{
border-color: #F583CB;
}
.TagClassName
{
border-color: #F583CB;
}
</style>