Shades of Tea Rose #F283CD
Tints of Tea Rose #F283CD
RGB
CMYK
RGB Variations
Color information
#F283CD (or 0xF283CD) is known color: Tea Rose. HEX triplet: F2, 83 and CD. RGB value is (242,131,205). Sum of RGB (Red+Green+Blue) = 242+131+205=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 131 (51.56% from 255 or 22.66% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F283CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F283CD is #0D7C32. Grayscale: #ACACAC. Windows color (decimal): -883763 or 13468658. OLE color: 13468658.
HSL color Cylindrical-coordinate representation of color #F283CD: hue angle of 320º 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 #F283CD is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 205 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.05 |
| HSL | 320º | 0.81% | 0.73% | - |
| HSV(B) | 320º | 0.46% | 0.95% | - |
| XYZ | 55.75 | 39.52 | 62.45 | - |
| YUV | 172.63 | 146.27 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 205 | 0 | 0.46 | 0.15 | 0.05 | 320 | 0.81 | 0.73 |
| Hex | F2 | 83 | CD | 0 | 2E | F | 5 | 140 | 51 | 49 |
| Octal | 362 | 203 | 315 | 0 | 56 | 17 | 5 | 500 | 121 | 111 |
| Binary | 11110010 | 10000011 | 11001101 | 0 | 101110 | 1111 | 101 | 101000000 | 1010001 | 1001001 |
Color Harmonies of #F283CD
Complementary color
Monochromatic Colors of #F283CD
Black with #F283CD
Text Example
Text Example
White with #F283CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F283CD; }
p { color: rgb(242,131,205); }
H1.HeaderClassName
{
color: #F283CD;
}
.AnyTagClassName
{
color: #F283CD;
}
</style>
background-color css
<style>
a { background-color: #F283CD; }
a { background-color: rgb(242,131,205); }
div.DivClassName
{
background-color: #F283CD;
}
.BgClassName
{
background-color: #F283CD;
}
</style>
border-color css
<style>
span { border-color: #F283CD; }
span { border-color: rgb(242,131,205); }
td.TdClassName
{
border-color: #F283CD;
}
.TagClassName
{
border-color: #F283CD;
}
</style>