Shades of Tea Rose #F67BCB
Tints of Tea Rose #F67BCB
RGB
CMYK
RGB Variations
Color information
#F67BCB (or 0xF67BCB) is known color: Tea Rose. HEX triplet: F6, 7B and CB. RGB value is (246,123,203). Sum of RGB (Red+Green+Blue) = 246+123+203=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 123 (48.44% from 255 or 21.50% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 246 - color contains mainly: red. Hex color #F67BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67BCB is #098434. Grayscale: #A8A8A8. Windows color (decimal): -623669 or 13335542. OLE color: 13335542.
HSL color Cylindrical-coordinate representation of color #F67BCB: hue angle of 320.98º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67BCB is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 123 | 203 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.04 |
| HSL | 320.98º | 0.87% | 0.72% | - |
| HSV(B) | 320.98º | 0.5% | 0.96% | - |
| XYZ | 55.87 | 38.07 | 60.9 | - |
| YUV | 168.9 | 147.25 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 123 | 203 | 0 | 0.50 | 0.17 | 0.04 | 320.98 | 0.87 | 0.72 |
| Hex | F6 | 7B | CB | 0 | 32 | 11 | 4 | 141 | 57 | 48 |
| Octal | 366 | 173 | 313 | 0 | 62 | 21 | 4 | 501 | 127 | 110 |
| Binary | 11110110 | 1111011 | 11001011 | 0 | 110010 | 10001 | 100 | 101000001 | 1010111 | 1001000 |
Color Harmonies of #F67BCB
Complementary color
Monochromatic Colors of #F67BCB
Black with #F67BCB
Text Example
Text Example
White with #F67BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67BCB; }
p { color: rgb(246,123,203); }
H1.HeaderClassName
{
color: #F67BCB;
}
.AnyTagClassName
{
color: #F67BCB;
}
</style>
background-color css
<style>
a { background-color: #F67BCB; }
a { background-color: rgb(246,123,203); }
div.DivClassName
{
background-color: #F67BCB;
}
.BgClassName
{
background-color: #F67BCB;
}
</style>
border-color css
<style>
span { border-color: #F67BCB; }
span { border-color: rgb(246,123,203); }
td.TdClassName
{
border-color: #F67BCB;
}
.TagClassName
{
border-color: #F67BCB;
}
</style>