Shades of Tea Rose #F285D1
Tints of Tea Rose #F285D1
RGB
CMYK
RGB Variations
Color information
#F285D1 (or 0xF285D1) is known color: Tea Rose. HEX triplet: F2, 85 and D1. RGB value is (242,133,209). Sum of RGB (Red+Green+Blue) = 242+133+209=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 133 (52.34% from 255 or 22.77% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F285D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F285D1 is #0D7A2E. Grayscale: #AEAEAE. Windows color (decimal): -883247 or 13731314. OLE color: 13731314.
HSL color Cylindrical-coordinate representation of color #F285D1: hue angle of 318.17º 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 #F285D1 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 209 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.05 |
| HSL | 318.17º | 0.81% | 0.74% | - |
| HSV(B) | 318.17º | 0.45% | 0.95% | - |
| XYZ | 56.51 | 40.26 | 65.11 | - |
| YUV | 174.26 | 147.61 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 209 | 0 | 0.45 | 0.14 | 0.05 | 318.17 | 0.81 | 0.74 |
| Hex | F2 | 85 | D1 | 0 | 2D | E | 5 | 13E | 51 | 4A |
| Octal | 362 | 205 | 321 | 0 | 55 | 16 | 5 | 476 | 121 | 112 |
| Binary | 11110010 | 10000101 | 11010001 | 0 | 101101 | 1110 | 101 | 100111110 | 1010001 | 1001010 |
Color Harmonies of #F285D1
Complementary color
Monochromatic Colors of #F285D1
Black with #F285D1
Text Example
Text Example
White with #F285D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F285D1; }
p { color: rgb(242,133,209); }
H1.HeaderClassName
{
color: #F285D1;
}
.AnyTagClassName
{
color: #F285D1;
}
</style>
background-color css
<style>
a { background-color: #F285D1; }
a { background-color: rgb(242,133,209); }
div.DivClassName
{
background-color: #F285D1;
}
.BgClassName
{
background-color: #F285D1;
}
</style>
border-color css
<style>
span { border-color: #F285D1; }
span { border-color: rgb(242,133,209); }
td.TdClassName
{
border-color: #F285D1;
}
.TagClassName
{
border-color: #F285D1;
}
</style>