Shades of Tea Rose #F282C7
Tints of Tea Rose #F282C7
RGB
CMYK
RGB Variations
Color information
#F282C7 (or 0xF282C7) is known color: Tea Rose. HEX triplet: F2, 82 and C7. RGB value is (242,130,199). Sum of RGB (Red+Green+Blue) = 242+130+199=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 199 (78.12% from 255 or 34.85% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F282C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F282C7 is #0D7D38. Grayscale: #ABABAB. Windows color (decimal): -884025 or 13075186. OLE color: 13075186.
HSL color Cylindrical-coordinate representation of color #F282C7: hue angle of 323.04º 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 #F282C7 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 199 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.05 |
| HSL | 323.04º | 0.81% | 0.73% | - |
| HSV(B) | 323.04º | 0.46% | 0.95% | - |
| XYZ | 54.91 | 38.97 | 58.66 | - |
| YUV | 171.35 | 143.61 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 199 | 0 | 0.46 | 0.18 | 0.05 | 323.04 | 0.81 | 0.73 |
| Hex | F2 | 82 | C7 | 0 | 2E | 12 | 5 | 143 | 51 | 49 |
| Octal | 362 | 202 | 307 | 0 | 56 | 22 | 5 | 503 | 121 | 111 |
| Binary | 11110010 | 10000010 | 11000111 | 0 | 101110 | 10010 | 101 | 101000011 | 1010001 | 1001001 |
Color Harmonies of #F282C7
Complementary color
Monochromatic Colors of #F282C7
Black with #F282C7
Text Example
Text Example
White with #F282C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F282C7; }
p { color: rgb(242,130,199); }
H1.HeaderClassName
{
color: #F282C7;
}
.AnyTagClassName
{
color: #F282C7;
}
</style>
background-color css
<style>
a { background-color: #F282C7; }
a { background-color: rgb(242,130,199); }
div.DivClassName
{
background-color: #F282C7;
}
.BgClassName
{
background-color: #F282C7;
}
</style>
border-color css
<style>
span { border-color: #F282C7; }
span { border-color: rgb(242,130,199); }
td.TdClassName
{
border-color: #F282C7;
}
.TagClassName
{
border-color: #F282C7;
}
</style>