Shades of Tea Rose #F285CA
Tints of Tea Rose #F285CA
RGB
CMYK
RGB Variations
Color information
#F285CA (or 0xF285CA) is known color: Tea Rose. HEX triplet: F2, 85 and CA. RGB value is (242,133,202). Sum of RGB (Red+Green+Blue) = 242+133+202=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 133 (52.34% from 255 or 23.05% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F285CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F285CA is #0D7A35. Grayscale: #ADADAD. Windows color (decimal): -883254 or 13272562. OLE color: 13272562.
HSL color Cylindrical-coordinate representation of color #F285CA: hue angle of 322.02º 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 #F285CA is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 202 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.05 |
| HSL | 322.02º | 0.81% | 0.74% | - |
| HSV(B) | 322.02º | 0.45% | 0.95% | - |
| XYZ | 55.67 | 39.92 | 60.65 | - |
| YUV | 173.46 | 144.11 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 202 | 0 | 0.45 | 0.17 | 0.05 | 322.02 | 0.81 | 0.74 |
| Hex | F2 | 85 | CA | 0 | 2D | 11 | 5 | 142 | 51 | 4A |
| Octal | 362 | 205 | 312 | 0 | 55 | 21 | 5 | 502 | 121 | 112 |
| Binary | 11110010 | 10000101 | 11001010 | 0 | 101101 | 10001 | 101 | 101000010 | 1010001 | 1001010 |
Color Harmonies of #F285CA
Complementary color
Monochromatic Colors of #F285CA
Black with #F285CA
Text Example
Text Example
White with #F285CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F285CA; }
p { color: rgb(242,133,202); }
H1.HeaderClassName
{
color: #F285CA;
}
.AnyTagClassName
{
color: #F285CA;
}
</style>
background-color css
<style>
a { background-color: #F285CA; }
a { background-color: rgb(242,133,202); }
div.DivClassName
{
background-color: #F285CA;
}
.BgClassName
{
background-color: #F285CA;
}
</style>
border-color css
<style>
span { border-color: #F285CA; }
span { border-color: rgb(242,133,202); }
td.TdClassName
{
border-color: #F285CA;
}
.TagClassName
{
border-color: #F285CA;
}
</style>