Shades of Tea Rose #F283D2
Tints of Tea Rose #F283D2
RGB
CMYK
RGB Variations
Color information
#F283D2 (or 0xF283D2) is known color: Tea Rose. HEX triplet: F2, 83 and D2. RGB value is (242,131,210). Sum of RGB (Red+Green+Blue) = 242+131+210=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 131 (51.56% from 255 or 22.47% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F283D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F283D2 is #0D7C2D. Grayscale: #ACACAC. Windows color (decimal): -883758 or 13796338. OLE color: 13796338.
HSL color Cylindrical-coordinate representation of color #F283D2: hue angle of 317.3º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F283D2 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 210 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.05 |
| HSL | 317.3º | 0.81% | 0.73% | - |
| HSV(B) | 317.3º | 0.46% | 0.95% | - |
| XYZ | 56.37 | 39.76 | 65.68 | - |
| YUV | 173.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 210 | 0 | 0.46 | 0.13 | 0.05 | 317.3 | 0.81 | 0.73 |
| Hex | F2 | 83 | D2 | 0 | 2E | D | 5 | 13D | 51 | 49 |
| Octal | 362 | 203 | 322 | 0 | 56 | 15 | 5 | 475 | 121 | 111 |
| Binary | 11110010 | 10000011 | 11010010 | 0 | 101110 | 1101 | 101 | 100111101 | 1010001 | 1001001 |
Color Harmonies of #F283D2
Complementary color
Monochromatic Colors of #F283D2
Black with #F283D2
Text Example
Text Example
White with #F283D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F283D2; }
p { color: rgb(242,131,210); }
H1.HeaderClassName
{
color: #F283D2;
}
.AnyTagClassName
{
color: #F283D2;
}
</style>
background-color css
<style>
a { background-color: #F283D2; }
a { background-color: rgb(242,131,210); }
div.DivClassName
{
background-color: #F283D2;
}
.BgClassName
{
background-color: #F283D2;
}
</style>
border-color css
<style>
span { border-color: #F283D2; }
span { border-color: rgb(242,131,210); }
td.TdClassName
{
border-color: #F283D2;
}
.TagClassName
{
border-color: #F283D2;
}
</style>