Shades of Tea Rose #F287CC
Tints of Tea Rose #F287CC
RGB
CMYK
RGB Variations
Color information
#F287CC (or 0xF287CC) is known color: Tea Rose. HEX triplet: F2, 87 and CC. RGB value is (242,135,204). Sum of RGB (Red+Green+Blue) = 242+135+204=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 135 (53.12% from 255 or 23.24% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F287CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F287CC is #0D7833. Grayscale: #AEAEAE. Windows color (decimal): -882740 or 13404146. OLE color: 13404146.
HSL color Cylindrical-coordinate representation of color #F287CC: hue angle of 321.31º 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 #F287CC is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 204 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.05 |
| HSL | 321.31º | 0.8% | 0.74% | - |
| HSV(B) | 321.31º | 0.44% | 0.95% | - |
| XYZ | 56.18 | 40.56 | 62 | - |
| YUV | 174.86 | 144.45 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 204 | 0 | 0.44 | 0.16 | 0.05 | 321.31 | 0.8 | 0.74 |
| Hex | F2 | 87 | CC | 0 | 2C | 10 | 5 | 141 | 50 | 4A |
| Octal | 362 | 207 | 314 | 0 | 54 | 20 | 5 | 501 | 120 | 112 |
| Binary | 11110010 | 10000111 | 11001100 | 0 | 101100 | 10000 | 101 | 101000001 | 1010000 | 1001010 |
Color Harmonies of #F287CC
Complementary color
Monochromatic Colors of #F287CC
Black with #F287CC
Text Example
Text Example
White with #F287CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F287CC; }
p { color: rgb(242,135,204); }
H1.HeaderClassName
{
color: #F287CC;
}
.AnyTagClassName
{
color: #F287CC;
}
</style>
background-color css
<style>
a { background-color: #F287CC; }
a { background-color: rgb(242,135,204); }
div.DivClassName
{
background-color: #F287CC;
}
.BgClassName
{
background-color: #F287CC;
}
</style>
border-color css
<style>
span { border-color: #F287CC; }
span { border-color: rgb(242,135,204); }
td.TdClassName
{
border-color: #F287CC;
}
.TagClassName
{
border-color: #F287CC;
}
</style>