Shades of Tea Rose #F280C2
Tints of Tea Rose #F280C2
RGB
CMYK
RGB Variations
Color information
#F280C2 (or 0xF280C2) is known color: Tea Rose. HEX triplet: F2, 80 and C2. RGB value is (242,128,194). Sum of RGB (Red+Green+Blue) = 242+128+194=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F280C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F280C2 is #0D7F3D. Grayscale: #A9A9A9. Windows color (decimal): -884542 or 12746994. OLE color: 12746994.
HSL color Cylindrical-coordinate representation of color #F280C2: hue angle of 325.26º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F280C2 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 194 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.05 |
| HSL | 325.26º | 0.81% | 0.73% | - |
| HSV(B) | 325.26º | 0.47% | 0.95% | - |
| XYZ | 54.07 | 38.21 | 55.56 | - |
| YUV | 169.61 | 141.77 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 194 | 0 | 0.47 | 0.20 | 0.05 | 325.26 | 0.81 | 0.73 |
| Hex | F2 | 80 | C2 | 0 | 2F | 14 | 5 | 145 | 51 | 49 |
| Octal | 362 | 200 | 302 | 0 | 57 | 24 | 5 | 505 | 121 | 111 |
| Binary | 11110010 | 10000000 | 11000010 | 0 | 101111 | 10100 | 101 | 101000101 | 1010001 | 1001001 |
Color Harmonies of #F280C2
Complementary color
Monochromatic Colors of #F280C2
Black with #F280C2
Text Example
Text Example
White with #F280C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F280C2; }
p { color: rgb(242,128,194); }
H1.HeaderClassName
{
color: #F280C2;
}
.AnyTagClassName
{
color: #F280C2;
}
</style>
background-color css
<style>
a { background-color: #F280C2; }
a { background-color: rgb(242,128,194); }
div.DivClassName
{
background-color: #F280C2;
}
.BgClassName
{
background-color: #F280C2;
}
</style>
border-color css
<style>
span { border-color: #F280C2; }
span { border-color: rgb(242,128,194); }
td.TdClassName
{
border-color: #F280C2;
}
.TagClassName
{
border-color: #F280C2;
}
</style>