Shades of Tea Rose #F084CB
Tints of Tea Rose #F084CB
RGB
CMYK
RGB Variations
Color information
#F084CB (or 0xF084CB) is known color: Tea Rose. HEX triplet: F0, 84 and CB. RGB value is (240,132,203). Sum of RGB (Red+Green+Blue) = 240+132+203=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F084CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F084CB is #0F7B34. Grayscale: #ACACAC. Windows color (decimal): -1014581 or 13337840. OLE color: 13337840.
HSL color Cylindrical-coordinate representation of color #F084CB: hue angle of 320.56º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F084CB is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 203 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.06 |
| HSL | 320.56º | 0.78% | 0.73% | - |
| HSV(B) | 320.56º | 0.45% | 0.94% | - |
| XYZ | 54.97 | 39.34 | 61.2 | - |
| YUV | 172.39 | 145.28 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 203 | 0 | 0.45 | 0.15 | 0.06 | 320.56 | 0.78 | 0.73 |
| Hex | F0 | 84 | CB | 0 | 2D | F | 6 | 141 | 4E | 49 |
| Octal | 360 | 204 | 313 | 0 | 55 | 17 | 6 | 501 | 116 | 111 |
| Binary | 11110000 | 10000100 | 11001011 | 0 | 101101 | 1111 | 110 | 101000001 | 1001110 | 1001001 |
Color Harmonies of #F084CB
Complementary color
Monochromatic Colors of #F084CB
Black with #F084CB
Text Example
Text Example
White with #F084CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F084CB; }
p { color: rgb(240,132,203); }
H1.HeaderClassName
{
color: #F084CB;
}
.AnyTagClassName
{
color: #F084CB;
}
</style>
background-color css
<style>
a { background-color: #F084CB; }
a { background-color: rgb(240,132,203); }
div.DivClassName
{
background-color: #F084CB;
}
.BgClassName
{
background-color: #F084CB;
}
</style>
border-color css
<style>
span { border-color: #F084CB; }
span { border-color: rgb(240,132,203); }
td.TdClassName
{
border-color: #F084CB;
}
.TagClassName
{
border-color: #F084CB;
}
</style>