Shades of Tea Rose #F285BE
Tints of Tea Rose #F285BE
RGB
CMYK
RGB Variations
Color information
#F285BE (or 0xF285BE) is known color: Tea Rose. HEX triplet: F2, 85 and BE. RGB value is (242,133,190). Sum of RGB (Red+Green+Blue) = 242+133+190=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F285BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F285BE is #0D7A41. Grayscale: #ABABAB. Windows color (decimal): -883266 or 12486130. OLE color: 12486130.
HSL color Cylindrical-coordinate representation of color #F285BE: hue angle of 328.62º 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 #F285BE is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 190 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.05 |
| HSL | 328.62º | 0.81% | 0.74% | - |
| HSV(B) | 328.62º | 0.45% | 0.95% | - |
| XYZ | 54.3 | 39.37 | 53.45 | - |
| YUV | 172.09 | 138.11 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 190 | 0 | 0.45 | 0.21 | 0.05 | 328.62 | 0.81 | 0.74 |
| Hex | F2 | 85 | BE | 0 | 2D | 15 | 5 | 149 | 51 | 4A |
| Octal | 362 | 205 | 276 | 0 | 55 | 25 | 5 | 511 | 121 | 112 |
| Binary | 11110010 | 10000101 | 10111110 | 0 | 101101 | 10101 | 101 | 101001001 | 1010001 | 1001010 |
Color Harmonies of #F285BE
Complementary color
Monochromatic Colors of #F285BE
Black with #F285BE
Text Example
Text Example
White with #F285BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F285BE; }
p { color: rgb(242,133,190); }
H1.HeaderClassName
{
color: #F285BE;
}
.AnyTagClassName
{
color: #F285BE;
}
</style>
background-color css
<style>
a { background-color: #F285BE; }
a { background-color: rgb(242,133,190); }
div.DivClassName
{
background-color: #F285BE;
}
.BgClassName
{
background-color: #F285BE;
}
</style>
border-color css
<style>
span { border-color: #F285BE; }
span { border-color: rgb(242,133,190); }
td.TdClassName
{
border-color: #F285BE;
}
.TagClassName
{
border-color: #F285BE;
}
</style>