Shades of Tea Rose #F285CC
Tints of Tea Rose #F285CC
RGB
CMYK
RGB Variations
Color information
#F285CC (or 0xF285CC) is known color: Tea Rose. HEX triplet: F2, 85 and CC. RGB value is (242,133,204). Sum of RGB (Red+Green+Blue) = 242+133+204=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 133 (52.34% from 255 or 22.97% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F285CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F285CC is #0D7A33. Grayscale: #ADADAD. Windows color (decimal): -883252 or 13403634. OLE color: 13403634.
HSL color Cylindrical-coordinate representation of color #F285CC: hue angle of 320.92º 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 #F285CC is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 204 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.05 |
| HSL | 320.92º | 0.81% | 0.74% | - |
| HSV(B) | 320.92º | 0.45% | 0.95% | - |
| XYZ | 55.9 | 40.01 | 61.9 | - |
| YUV | 173.69 | 145.11 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 204 | 0 | 0.45 | 0.16 | 0.05 | 320.92 | 0.81 | 0.74 |
| Hex | F2 | 85 | CC | 0 | 2D | 10 | 5 | 141 | 51 | 4A |
| Octal | 362 | 205 | 314 | 0 | 55 | 20 | 5 | 501 | 121 | 112 |
| Binary | 11110010 | 10000101 | 11001100 | 0 | 101101 | 10000 | 101 | 101000001 | 1010001 | 1001010 |
Color Harmonies of #F285CC
Complementary color
Monochromatic Colors of #F285CC
Black with #F285CC
Text Example
Text Example
White with #F285CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F285CC; }
p { color: rgb(242,133,204); }
H1.HeaderClassName
{
color: #F285CC;
}
.AnyTagClassName
{
color: #F285CC;
}
</style>
background-color css
<style>
a { background-color: #F285CC; }
a { background-color: rgb(242,133,204); }
div.DivClassName
{
background-color: #F285CC;
}
.BgClassName
{
background-color: #F285CC;
}
</style>
border-color css
<style>
span { border-color: #F285CC; }
span { border-color: rgb(242,133,204); }
td.TdClassName
{
border-color: #F285CC;
}
.TagClassName
{
border-color: #F285CC;
}
</style>