Shades of Tea Rose #F283C8
Tints of Tea Rose #F283C8
RGB
CMYK
RGB Variations
Color information
#F283C8 (or 0xF283C8) is known color: Tea Rose. HEX triplet: F2, 83 and C8. RGB value is (242,131,200). Sum of RGB (Red+Green+Blue) = 242+131+200=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 131 (51.56% from 255 or 22.86% from 573); Blue value is 200 (78.52% from 255 or 34.90% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F283C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F283C8 is #0D7C37. Grayscale: #ABABAB. Windows color (decimal): -883768 or 13140978. OLE color: 13140978.
HSL color Cylindrical-coordinate representation of color #F283C8: hue angle of 322.7º 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 #F283C8 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 200 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.05 |
| HSL | 322.7º | 0.81% | 0.73% | - |
| HSV(B) | 322.7º | 0.46% | 0.95% | - |
| XYZ | 55.16 | 39.28 | 59.32 | - |
| YUV | 172.06 | 143.77 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 200 | 0 | 0.46 | 0.17 | 0.05 | 322.7 | 0.81 | 0.73 |
| Hex | F2 | 83 | C8 | 0 | 2E | 11 | 5 | 143 | 51 | 49 |
| Octal | 362 | 203 | 310 | 0 | 56 | 21 | 5 | 503 | 121 | 111 |
| Binary | 11110010 | 10000011 | 11001000 | 0 | 101110 | 10001 | 101 | 101000011 | 1010001 | 1001001 |
Color Harmonies of #F283C8
Complementary color
Monochromatic Colors of #F283C8
Black with #F283C8
Text Example
Text Example
White with #F283C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F283C8; }
p { color: rgb(242,131,200); }
H1.HeaderClassName
{
color: #F283C8;
}
.AnyTagClassName
{
color: #F283C8;
}
</style>
background-color css
<style>
a { background-color: #F283C8; }
a { background-color: rgb(242,131,200); }
div.DivClassName
{
background-color: #F283C8;
}
.BgClassName
{
background-color: #F283C8;
}
</style>
border-color css
<style>
span { border-color: #F283C8; }
span { border-color: rgb(242,131,200); }
td.TdClassName
{
border-color: #F283C8;
}
.TagClassName
{
border-color: #F283C8;
}
</style>