Shades of Tea Rose #F285D2
Tints of Tea Rose #F285D2
RGB
CMYK
RGB Variations
Color information
#F285D2 (or 0xF285D2) is known color: Tea Rose. HEX triplet: F2, 85 and D2. RGB value is (242,133,210). Sum of RGB (Red+Green+Blue) = 242+133+210=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 133 (52.34% from 255 or 22.74% from 585); Blue value is 210 (82.42% from 255 or 35.90% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F285D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F285D2 is #0D7A2D. Grayscale: #AEAEAE. Windows color (decimal): -883246 or 13796850. OLE color: 13796850.
HSL color Cylindrical-coordinate representation of color #F285D2: hue angle of 317.61º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F285D2 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 210 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.05 |
| HSL | 317.61º | 0.81% | 0.74% | - |
| HSV(B) | 317.61º | 0.45% | 0.95% | - |
| XYZ | 56.64 | 40.31 | 65.77 | - |
| YUV | 174.37 | 148.11 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 210 | 0 | 0.45 | 0.13 | 0.05 | 317.61 | 0.81 | 0.74 |
| Hex | F2 | 85 | D2 | 0 | 2D | D | 5 | 13E | 51 | 4A |
| Octal | 362 | 205 | 322 | 0 | 55 | 15 | 5 | 476 | 121 | 112 |
| Binary | 11110010 | 10000101 | 11010010 | 0 | 101101 | 1101 | 101 | 100111110 | 1010001 | 1001010 |
Color Harmonies of #F285D2
Complementary color
Monochromatic Colors of #F285D2
Black with #F285D2
Text Example
Text Example
White with #F285D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F285D2; }
p { color: rgb(242,133,210); }
H1.HeaderClassName
{
color: #F285D2;
}
.AnyTagClassName
{
color: #F285D2;
}
</style>
background-color css
<style>
a { background-color: #F285D2; }
a { background-color: rgb(242,133,210); }
div.DivClassName
{
background-color: #F285D2;
}
.BgClassName
{
background-color: #F285D2;
}
</style>
border-color css
<style>
span { border-color: #F285D2; }
span { border-color: rgb(242,133,210); }
td.TdClassName
{
border-color: #F285D2;
}
.TagClassName
{
border-color: #F285D2;
}
</style>