Shades of Tea Rose #F280CE
Tints of Tea Rose #F280CE
RGB
CMYK
RGB Variations
Color information
#F280CE (or 0xF280CE) is known color: Tea Rose. HEX triplet: F2, 80 and CE. RGB value is (242,128,206). Sum of RGB (Red+Green+Blue) = 242+128+206=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 128 (50.39% from 255 or 22.22% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F280CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F280CE is #0D7F31. Grayscale: #AAAAAA. Windows color (decimal): -884530 or 13533426. OLE color: 13533426.
HSL color Cylindrical-coordinate representation of color #F280CE: hue angle of 318.95º 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 #F280CE is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 206 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.05 |
| HSL | 318.95º | 0.81% | 0.73% | - |
| HSV(B) | 318.95º | 0.47% | 0.95% | - |
| XYZ | 55.48 | 38.77 | 62.95 | - |
| YUV | 170.98 | 147.77 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 206 | 0 | 0.47 | 0.15 | 0.05 | 318.95 | 0.81 | 0.73 |
| Hex | F2 | 80 | CE | 0 | 2F | F | 5 | 13F | 51 | 49 |
| Octal | 362 | 200 | 316 | 0 | 57 | 17 | 5 | 477 | 121 | 111 |
| Binary | 11110010 | 10000000 | 11001110 | 0 | 101111 | 1111 | 101 | 100111111 | 1010001 | 1001001 |
Color Harmonies of #F280CE
Complementary color
Monochromatic Colors of #F280CE
Black with #F280CE
Text Example
Text Example
White with #F280CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F280CE; }
p { color: rgb(242,128,206); }
H1.HeaderClassName
{
color: #F280CE;
}
.AnyTagClassName
{
color: #F280CE;
}
</style>
background-color css
<style>
a { background-color: #F280CE; }
a { background-color: rgb(242,128,206); }
div.DivClassName
{
background-color: #F280CE;
}
.BgClassName
{
background-color: #F280CE;
}
</style>
border-color css
<style>
span { border-color: #F280CE; }
span { border-color: rgb(242,128,206); }
td.TdClassName
{
border-color: #F280CE;
}
.TagClassName
{
border-color: #F280CE;
}
</style>