Shades of Tea Rose #F08FCB
Tints of Tea Rose #F08FCB
RGB
CMYK
RGB Variations
Color information
#F08FCB (or 0xF08FCB) is known color: Tea Rose. HEX triplet: F0, 8F and CB. RGB value is (240,143,203). Sum of RGB (Red+Green+Blue) = 240+143+203=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 143 (56.25% from 255 or 24.40% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FCB is #0F7034. Grayscale: #B2B2B2. Windows color (decimal): -1011765 or 13340656. OLE color: 13340656.
HSL color Cylindrical-coordinate representation of color #F08FCB: hue angle of 322.89º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08FCB is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 203 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.06 |
| HSL | 322.89º | 0.76% | 0.75% | - |
| HSV(B) | 322.89º | 0.4% | 0.94% | - |
| XYZ | 56.54 | 42.48 | 61.72 | - |
| YUV | 178.84 | 141.64 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 203 | 0 | 0.40 | 0.15 | 0.06 | 322.89 | 0.76 | 0.75 |
| Hex | F0 | 8F | CB | 0 | 28 | F | 6 | 143 | 4C | 4B |
| Octal | 360 | 217 | 313 | 0 | 50 | 17 | 6 | 503 | 114 | 113 |
| Binary | 11110000 | 10001111 | 11001011 | 0 | 101000 | 1111 | 110 | 101000011 | 1001100 | 1001011 |
Color Harmonies of #F08FCB
Complementary color
Monochromatic Colors of #F08FCB
Black with #F08FCB
Text Example
Text Example
White with #F08FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08FCB; }
p { color: rgb(240,143,203); }
H1.HeaderClassName
{
color: #F08FCB;
}
.AnyTagClassName
{
color: #F08FCB;
}
</style>
background-color css
<style>
a { background-color: #F08FCB; }
a { background-color: rgb(240,143,203); }
div.DivClassName
{
background-color: #F08FCB;
}
.BgClassName
{
background-color: #F08FCB;
}
</style>
border-color css
<style>
span { border-color: #F08FCB; }
span { border-color: rgb(240,143,203); }
td.TdClassName
{
border-color: #F08FCB;
}
.TagClassName
{
border-color: #F08FCB;
}
</style>