Shades of Tea Rose #F287D2
Tints of Tea Rose #F287D2
RGB
CMYK
RGB Variations
Color information
#F287D2 (or 0xF287D2) is known color: Tea Rose. HEX triplet: F2, 87 and D2. RGB value is (242,135,210). Sum of RGB (Red+Green+Blue) = 242+135+210=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 135 (53.12% from 255 or 23.00% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F287D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F287D2 is #0D782D. Grayscale: #AFAFAF. Windows color (decimal): -882734 or 13797362. OLE color: 13797362.
HSL color Cylindrical-coordinate representation of color #F287D2: hue angle of 317.94º 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 #F287D2 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 210 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.05 |
| HSL | 317.94º | 0.8% | 0.74% | - |
| HSV(B) | 317.94º | 0.44% | 0.95% | - |
| XYZ | 56.91 | 40.86 | 65.86 | - |
| YUV | 175.54 | 147.45 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 210 | 0 | 0.44 | 0.13 | 0.05 | 317.94 | 0.8 | 0.74 |
| Hex | F2 | 87 | D2 | 0 | 2C | D | 5 | 13E | 50 | 4A |
| Octal | 362 | 207 | 322 | 0 | 54 | 15 | 5 | 476 | 120 | 112 |
| Binary | 11110010 | 10000111 | 11010010 | 0 | 101100 | 1101 | 101 | 100111110 | 1010000 | 1001010 |
Color Harmonies of #F287D2
Complementary color
Monochromatic Colors of #F287D2
Black with #F287D2
Text Example
Text Example
White with #F287D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F287D2; }
p { color: rgb(242,135,210); }
H1.HeaderClassName
{
color: #F287D2;
}
.AnyTagClassName
{
color: #F287D2;
}
</style>
background-color css
<style>
a { background-color: #F287D2; }
a { background-color: rgb(242,135,210); }
div.DivClassName
{
background-color: #F287D2;
}
.BgClassName
{
background-color: #F287D2;
}
</style>
border-color css
<style>
span { border-color: #F287D2; }
span { border-color: rgb(242,135,210); }
td.TdClassName
{
border-color: #F287D2;
}
.TagClassName
{
border-color: #F287D2;
}
</style>