Shades of Tea Rose #F280CF
Tints of Tea Rose #F280CF
RGB
CMYK
RGB Variations
Color information
#F280CF (or 0xF280CF) is known color: Tea Rose. HEX triplet: F2, 80 and CF. RGB value is (242,128,207). Sum of RGB (Red+Green+Blue) = 242+128+207=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 128 (50.39% from 255 or 22.18% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F280CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F280CF is #0D7F30. Grayscale: #AAAAAA. Windows color (decimal): -884529 or 13598962. OLE color: 13598962.
HSL color Cylindrical-coordinate representation of color #F280CF: hue angle of 318.42º 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 #F280CF is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 207 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.05 |
| HSL | 318.42º | 0.81% | 0.73% | - |
| HSV(B) | 318.42º | 0.47% | 0.95% | - |
| XYZ | 55.6 | 38.82 | 63.59 | - |
| YUV | 171.09 | 148.27 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 207 | 0 | 0.47 | 0.14 | 0.05 | 318.42 | 0.81 | 0.73 |
| Hex | F2 | 80 | CF | 0 | 2F | E | 5 | 13E | 51 | 49 |
| Octal | 362 | 200 | 317 | 0 | 57 | 16 | 5 | 476 | 121 | 111 |
| Binary | 11110010 | 10000000 | 11001111 | 0 | 101111 | 1110 | 101 | 100111110 | 1010001 | 1001001 |
Color Harmonies of #F280CF
Complementary color
Monochromatic Colors of #F280CF
Black with #F280CF
Text Example
Text Example
White with #F280CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F280CF; }
p { color: rgb(242,128,207); }
H1.HeaderClassName
{
color: #F280CF;
}
.AnyTagClassName
{
color: #F280CF;
}
</style>
background-color css
<style>
a { background-color: #F280CF; }
a { background-color: rgb(242,128,207); }
div.DivClassName
{
background-color: #F280CF;
}
.BgClassName
{
background-color: #F280CF;
}
</style>
border-color css
<style>
span { border-color: #F280CF; }
span { border-color: rgb(242,128,207); }
td.TdClassName
{
border-color: #F280CF;
}
.TagClassName
{
border-color: #F280CF;
}
</style>