Shades of Tea Rose #F584CB
Tints of Tea Rose #F584CB
RGB
CMYK
RGB Variations
Color information
#F584CB (or 0xF584CB) is known color: Tea Rose. HEX triplet: F5, 84 and CB. RGB value is (245,132,203). Sum of RGB (Red+Green+Blue) = 245+132+203=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 132 (51.95% from 255 or 22.76% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F584CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F584CB is #0A7B34. Grayscale: #ADADAD. Windows color (decimal): -686901 or 13337845. OLE color: 13337845.
HSL color Cylindrical-coordinate representation of color #F584CB: hue angle of 322.3º degrees, saturation: 0.85, 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 #F584CB is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 203 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.04 |
| HSL | 322.3º | 0.85% | 0.74% | - |
| HSV(B) | 322.3º | 0.46% | 0.96% | - |
| XYZ | 56.69 | 40.23 | 61.28 | - |
| YUV | 173.88 | 144.44 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 203 | 0 | 0.46 | 0.17 | 0.04 | 322.3 | 0.85 | 0.74 |
| Hex | F5 | 84 | CB | 0 | 2E | 11 | 4 | 142 | 55 | 4A |
| Octal | 365 | 204 | 313 | 0 | 56 | 21 | 4 | 502 | 125 | 112 |
| Binary | 11110101 | 10000100 | 11001011 | 0 | 101110 | 10001 | 100 | 101000010 | 1010101 | 1001010 |
Color Harmonies of #F584CB
Complementary color
Monochromatic Colors of #F584CB
Black with #F584CB
Text Example
Text Example
White with #F584CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F584CB; }
p { color: rgb(245,132,203); }
H1.HeaderClassName
{
color: #F584CB;
}
.AnyTagClassName
{
color: #F584CB;
}
</style>
background-color css
<style>
a { background-color: #F584CB; }
a { background-color: rgb(245,132,203); }
div.DivClassName
{
background-color: #F584CB;
}
.BgClassName
{
background-color: #F584CB;
}
</style>
border-color css
<style>
span { border-color: #F584CB; }
span { border-color: rgb(245,132,203); }
td.TdClassName
{
border-color: #F584CB;
}
.TagClassName
{
border-color: #F584CB;
}
</style>