Shades of Tea Rose #F287CA
Tints of Tea Rose #F287CA
RGB
CMYK
RGB Variations
Color information
#F287CA (or 0xF287CA) is known color: Tea Rose. HEX triplet: F2, 87 and CA. RGB value is (242,135,202). Sum of RGB (Red+Green+Blue) = 242+135+202=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 135 (53.12% from 255 or 23.32% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F287CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F287CA is #0D7835. Grayscale: #AEAEAE. Windows color (decimal): -882742 or 13273074. OLE color: 13273074.
HSL color Cylindrical-coordinate representation of color #F287CA: hue angle of 322.43º 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 #F287CA is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 202 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.05 |
| HSL | 322.43º | 0.8% | 0.74% | - |
| HSV(B) | 322.43º | 0.44% | 0.95% | - |
| XYZ | 55.94 | 40.47 | 60.74 | - |
| YUV | 174.63 | 143.45 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 202 | 0 | 0.44 | 0.17 | 0.05 | 322.43 | 0.8 | 0.74 |
| Hex | F2 | 87 | CA | 0 | 2C | 11 | 5 | 142 | 50 | 4A |
| Octal | 362 | 207 | 312 | 0 | 54 | 21 | 5 | 502 | 120 | 112 |
| Binary | 11110010 | 10000111 | 11001010 | 0 | 101100 | 10001 | 101 | 101000010 | 1010000 | 1001010 |
Color Harmonies of #F287CA
Complementary color
Monochromatic Colors of #F287CA
Black with #F287CA
Text Example
Text Example
White with #F287CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F287CA; }
p { color: rgb(242,135,202); }
H1.HeaderClassName
{
color: #F287CA;
}
.AnyTagClassName
{
color: #F287CA;
}
</style>
background-color css
<style>
a { background-color: #F287CA; }
a { background-color: rgb(242,135,202); }
div.DivClassName
{
background-color: #F287CA;
}
.BgClassName
{
background-color: #F287CA;
}
</style>
border-color css
<style>
span { border-color: #F287CA; }
span { border-color: rgb(242,135,202); }
td.TdClassName
{
border-color: #F287CA;
}
.TagClassName
{
border-color: #F287CA;
}
</style>