Shades of Tea Rose #F487CF
Tints of Tea Rose #F487CF
RGB
CMYK
RGB Variations
Color information
#F487CF (or 0xF487CF) is known color: Tea Rose. HEX triplet: F4, 87 and CF. RGB value is (244,135,207). Sum of RGB (Red+Green+Blue) = 244+135+207=586 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.64% from 586); Green value is 135 (53.12% from 255 or 23.04% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 244 - color contains mainly: red. Hex color #F487CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F487CF is #0B7830. Grayscale: #AFAFAF. Windows color (decimal): -751665 or 13600756. OLE color: 13600756.
HSL color Cylindrical-coordinate representation of color #F487CF: hue angle of 320.37º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F487CF is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 135 | 207 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.04 |
| HSL | 320.37º | 0.83% | 0.74% | - |
| HSV(B) | 320.37º | 0.45% | 0.96% | - |
| XYZ | 57.23 | 41.07 | 63.94 | - |
| YUV | 175.8 | 145.61 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 135 | 207 | 0 | 0.45 | 0.15 | 0.04 | 320.37 | 0.83 | 0.74 |
| Hex | F4 | 87 | CF | 0 | 2D | F | 4 | 140 | 53 | 4A |
| Octal | 364 | 207 | 317 | 0 | 55 | 17 | 4 | 500 | 123 | 112 |
| Binary | 11110100 | 10000111 | 11001111 | 0 | 101101 | 1111 | 100 | 101000000 | 1010011 | 1001010 |
Color Harmonies of #F487CF
Complementary color
Monochromatic Colors of #F487CF
Black with #F487CF
Text Example
Text Example
White with #F487CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F487CF; }
p { color: rgb(244,135,207); }
H1.HeaderClassName
{
color: #F487CF;
}
.AnyTagClassName
{
color: #F487CF;
}
</style>
background-color css
<style>
a { background-color: #F487CF; }
a { background-color: rgb(244,135,207); }
div.DivClassName
{
background-color: #F487CF;
}
.BgClassName
{
background-color: #F487CF;
}
</style>
border-color css
<style>
span { border-color: #F487CF; }
span { border-color: rgb(244,135,207); }
td.TdClassName
{
border-color: #F487CF;
}
.TagClassName
{
border-color: #F487CF;
}
</style>