Shades of Tea Rose #F287CF
Tints of Tea Rose #F287CF
RGB
CMYK
RGB Variations
Color information
#F287CF (or 0xF287CF) is known color: Tea Rose. HEX triplet: F2, 87 and CF. RGB value is (242,135,207). Sum of RGB (Red+Green+Blue) = 242+135+207=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 135 (53.12% from 255 or 23.12% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F287CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F287CF is #0D7830. Grayscale: #AFAFAF. Windows color (decimal): -882737 or 13600754. OLE color: 13600754.
HSL color Cylindrical-coordinate representation of color #F287CF: hue angle of 319.63º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F287CF is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 207 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.05 |
| HSL | 319.63º | 0.8% | 0.74% | - |
| HSV(B) | 319.63º | 0.44% | 0.95% | - |
| XYZ | 56.54 | 40.71 | 63.91 | - |
| YUV | 175.2 | 145.95 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 207 | 0 | 0.44 | 0.14 | 0.05 | 319.63 | 0.8 | 0.74 |
| Hex | F2 | 87 | CF | 0 | 2C | E | 5 | 140 | 50 | 4A |
| Octal | 362 | 207 | 317 | 0 | 54 | 16 | 5 | 500 | 120 | 112 |
| Binary | 11110010 | 10000111 | 11001111 | 0 | 101100 | 1110 | 101 | 101000000 | 1010000 | 1001010 |
Color Harmonies of #F287CF
Complementary color
Monochromatic Colors of #F287CF
Black with #F287CF
Text Example
Text Example
White with #F287CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F287CF; }
p { color: rgb(242,135,207); }
H1.HeaderClassName
{
color: #F287CF;
}
.AnyTagClassName
{
color: #F287CF;
}
</style>
background-color css
<style>
a { background-color: #F287CF; }
a { background-color: rgb(242,135,207); }
div.DivClassName
{
background-color: #F287CF;
}
.BgClassName
{
background-color: #F287CF;
}
</style>
border-color css
<style>
span { border-color: #F287CF; }
span { border-color: rgb(242,135,207); }
td.TdClassName
{
border-color: #F287CF;
}
.TagClassName
{
border-color: #F287CF;
}
</style>